From dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 24 Nov 2013 15:00:15 -0500 Subject: Drop support for Python 2.5 and Python 2.4. Fixes #41. --- docs/setuptools.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/setuptools.txt') 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 -- cgit v1.2.3