python/pysetuptools: Removed unnecessary python version reference from the README

This commit is contained in:
ponce 2012-08-23 13:22:00 +02:00 committed by Robby Workman
parent 578b413e3d
commit 296889155a
1 changed files with 0 additions and 2 deletions

View File

@ -14,5 +14,3 @@ the entire setuptools package in your distributions. By including just a single
bootstrap module (an 8K .py file), your package will automatically download and bootstrap module (an 8K .py file), your package will automatically download and
install setuptools if the user is building your package from source and doesn't install setuptools if the user is building your package from source and doesn't
have a suitable version already installed. have a suitable version already installed.
Requires: >=python-2.3.5 on 32-bit systems >=python-2.4 on 64-bit systems