summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-06-18 12:15:10 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-06-18 13:26:41 +0200
commit9d86550a70ccb84249f493cef74db4636f20c3f1 (patch)
tree1512198df62878e3a82ce90c1506b5bc1317745a /setup.py
parenta952044228432fac8043b8f034b19296d308a44a (diff)
[1.5.x] Fixed #20615 -- Added trove classifiers for major Python versions.
Backport of efe6e160.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 577a22948a..0c38b0ab3e 100644
--- a/setup.py
+++ b/setup.py
@@ -98,8 +98,10 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP',