We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ffb1e commit 699c491Copy full SHA for 699c491
1 file changed
setup.py
@@ -7,8 +7,8 @@
7
from distutils.core import setup, find_packages
8
9
10
-if sys.version_info <= (2, 4):
11
- ERROR = 'Requires Python Version 2.5 or above... exiting.'
+if sys.version_info <= (2, 5):
+ ERROR = 'Requires Python Version 2.6 or above... exiting.'
12
print >> sys.stderr, ERROR
13
sys.exit(1)
14
@@ -44,7 +44,6 @@
44
'License :: OSI Approved :: Apache Software License',
45
'Operating System :: OS Independent',
46
'Programming Language :: Python :: 2',
47
- 'Programming Language :: Python :: 2.5',
48
'Programming Language :: Python :: 2.6',
49
'Programming Language :: Python :: 2.7',
50
'Topic :: Internet',
0 commit comments