Refine set of supported Python versions.
authorBen Finney <redacted>
Sat, 5 Mar 2016 05:16:12 +0000 (16:16 +1100)
committerBen Finney <redacted>
Sat, 5 Mar 2016 05:19:09 +0000 (16:19 +1100)
setup.py

index a668d81251c8a0fd287c56626191ca3149494697..fdbaac28c765b18e44f9d1829c45043b3be4c087 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,12 @@ setup(
     classifiers=[
         'Development Status :: 5 - Production/Stable',
         'Programming Language :: Python :: 2',
+        'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
+        'Programming Language :: Python :: 3.2',
+        'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
         'Environment :: Console',
         'Operating System :: OS Independent',
         'License :: OSI Approved :: BSD License',
git clone https://git.99rst.org/PROJECT