diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 15:00:15 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 15:00:15 -0500 |
| commit | dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0 (patch) | |
| tree | 7bd004ed70974f6cf512768a1d27275388a110be /docs/setuptools.txt | |
| parent | 1e811c32250676cc83e79e4063d5420eb72a8f83 (diff) | |
| download | python-setuptools-git-dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0.tar.gz | |
Drop support for Python 2.5 and Python 2.4. Fixes #41.
Diffstat (limited to 'docs/setuptools.txt')
| -rw-r--r-- | docs/setuptools.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index dfa9ecdd..9bc8ea44 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -3,9 +3,9 @@ Building and Distributing Packages with Setuptools ================================================== ``Setuptools`` 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. +(for Python 2.6 and up) that allow developers to more easily build and +distribute Python packages, especially ones that have dependencies on other +packages. Packages built and distributed using ``setuptools`` look to the user like ordinary Python packages based on the ``distutils``. Your users don't need to |
