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 | 13d2c4b9fee32145000f9ffd5d8944ece4bb650c (patch) | |
| tree | 41595ac3000a9fda3dacd04e606549ffc836b3c5 /docs/setuptools.txt | |
| parent | b40b6bd5f64ea7ae7f31f9a78c210e6c9a797850 (diff) | |
| download | python-setuptools-bitbucket-13d2c4b9fee32145000f9ffd5d8944ece4bb650c.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 |
