diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 13:22:00 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:29 -0500 |
commit | 296889155acbfe44a846f7d1d73cd29e45f6581c (patch) | |
tree | f75cdef6621464b53b388f87492a670eba39c5a9 /python | |
parent | 578b413e3d716b437b8bd75a25b4d561e761b3c5 (diff) | |
download | slackbuilds-296889155acbfe44a846f7d1d73cd29e45f6581c.tar.gz |
python/pysetuptools: Removed unnecessary python version reference from the README
Diffstat (limited to 'python')
-rw-r--r-- | python/pysetuptools/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pysetuptools/README b/python/pysetuptools/README index 851e044f23..e22d94d54c 100644 --- a/python/pysetuptools/README +++ b/python/pysetuptools/README @@ -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 install setuptools if the user is building your package from source and doesn't have a suitable version already installed. - -Requires: >=python-2.3.5 on 32-bit systems >=python-2.4 on 64-bit systems |