diff --git a/packaging.html b/packaging.html index d486b5f..bc7ace8 100644 --- a/packaging.html +++ b/packaging.html @@ -196,13 +196,49 @@ A comprehensive HTTP client library, ``httplib2`` supports many features left ou * Oh, I almost forgot - cover the Per-User Site packages stuff, PEP 370 --> -
Distutils is not the be-all and end-all of Python packaging, but as of this writing (August 2009), it’s the only one that works in Python 3. There are a number of other frameworks for Python 2; some focus on installation, others on testing and deployment. Some or all of these may end up being ported to Python 3 in the future. + +
These frameworks focus on installation:
+ +These focus on testing and deployment: + +
+ +On Distutils: + +
setup() function
-site-packages directory
site-packages directory
+On other packaging frameworks: + +