diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-18 12:15:10 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-18 13:26:41 +0200 |
| commit | 9d86550a70ccb84249f493cef74db4636f20c3f1 (patch) | |
| tree | 1512198df62878e3a82ce90c1506b5bc1317745a /setup.py | |
| parent | a952044228432fac8043b8f034b19296d308a44a (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.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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', |
