diff options
| author | tarek <none@none> | 2009-10-09 13:13:31 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-10-09 13:13:31 +0200 |
| commit | 45f3bc86a0829f76bc49d0167269987d97846bcd (patch) | |
| tree | 9b838ea0290e3db1fb9cf335e0fafc1210fd40ea /docs/setuptools.txt | |
| parent | 79f61d0c5d40e0d1e100d6f6754c9b1b4c003829 (diff) | |
| download | python-setuptools-git-45f3bc86a0829f76bc49d0167269987d97846bcd.tar.gz | |
included roadmap and a few typo fixes. fixes #47
--HG--
branch : distribute
extra : rebase_source : a6677457030f92ff8da952fe47b4449f17b6f431
Diffstat (limited to 'docs/setuptools.txt')
| -rw-r--r-- | docs/setuptools.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index d5bd98b5..2e2366f6 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -1,8 +1,8 @@ -====================================================== -Building and Distributing Packages with ``setuptools`` -====================================================== +================================================== +Building and Distributing Packages with Distribute +================================================== -``setuptools`` is a collection of enhancements to the Python ``distutils`` +``Distribute`` is a collection of enhancements to the Python ``distutils`` (for Python 2.3.5 and up on most platforms; 64-bit platforms require a minimum of Python 2.4) that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. @@ -2433,9 +2433,9 @@ The ``upload_docs`` command has the following options: http://pypi.python.org/pypi (i.e., the main PyPI installation). ------------------------------------- -Extending and Reusing ``setuptools`` ------------------------------------- +-------------------------------- +Extending and Reusing Distribute +-------------------------------- Creating ``distutils`` Extensions ================================= |
