summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/README10
-rw-r--r--src/setup.py3
2 files changed, 9 insertions, 4 deletions
diff --git a/src/README b/src/README
index 44dd51f..dc959ec 100644
--- a/src/README
+++ b/src/README
@@ -50,7 +50,15 @@ Do the usual:
python setup.py install
-(pyparsing requires Python 2.3.2 or later.)
+(pyparsing requires Python 2.6 or later.)
+
+Or corresponding commands using pip, easy_install, or wheel:
+
+ pip install pyparsing
+
+ easy_install pyparsing
+
+ wheel install pyparsing
Documentation
diff --git a/src/setup.py b/src/setup.py
index e3ffd71..82061c6 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -30,9 +30,6 @@ setup(# Distribution meta-data
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.0',
- 'Programming Language :: Python :: 3.1',
- 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',