Add trove classifiers for Python 2.7 and 3.2 to setup.py.
authorW. Trevor King <wking@tremily.us>
Sat, 21 Jul 2012 14:01:09 +0000 (10:01 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 21 Jul 2012 14:01:13 +0000 (10:01 -0400)
The tests pass on Python 2.7, and all the failures on Python 3.2 are
string/bytes display issues.

setup.py

index de684a6e7281f90162e251fa8cd66f12f5d0b03c..2862c320cae20188bb0655ecb600e16084fd296c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,8 @@ setup(name=package_name,
         'Operating System :: OS Independent',
         'License :: OSI Approved :: GNU General Public License (GPL)',
         'Programming Language :: Python',
         'Operating System :: OS Independent',
         'License :: OSI Approved :: GNU General Public License (GPL)',
         'Programming Language :: Python',
+        'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python :: 3.2',
         'Topic :: Scientific/Engineering',
         'Topic :: Software Development :: Libraries :: Python Modules',
         ],
         'Topic :: Scientific/Engineering',
         'Topic :: Software Development :: Libraries :: Python Modules',
         ],