summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-26 09:49:23 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-26 09:49:23 -0400
commite0dcf2ea12f26ed859606bed54fb4b2ede9b0d28 (patch)
tree1ecb015866446a62040986a867b5fcd6cbd6a7bb
parent986a23340249b89c48ae005b1efc57263e5ccbdd (diff)
downloadpython-setuptools-git-e0dcf2ea12f26ed859606bed54fb4b2ede9b0d28.tar.gz
Remove unnecessary mention of Python 2.6, now required.
-rw-r--r--ez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index a39054bf..f2487fe8 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -373,7 +373,7 @@ def _parse_args():
parser = optparse.OptionParser()
parser.add_option(
'--user', dest='user_install', action='store_true', default=False,
- help='install in user site package (requires Python 2.6 or later)')
+ help='install in user site package')
parser.add_option(
'--download-base', dest='download_base', metavar="URL",
default=DEFAULT_URL,