python/pysetuptools: Removed unnecessary python version reference from the README
This commit is contained in:
parent
578b413e3d
commit
296889155a
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue