From: W. Trevor King Date: Sat, 21 Jul 2012 14:01:09 +0000 (-0400) Subject: Add trove classifiers for Python 2.7 and 3.2 to setup.py. X-Git-Tag: v0.2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=237a5948aed9ffae812b68068355ffd9c3fa8a7b;p=igor.git Add trove classifiers for Python 2.7 and 3.2 to setup.py. The tests pass on Python 2.7, and all the failures on Python 3.2 are string/bytes display issues. --- diff --git a/setup.py b/setup.py index de684a6..2862c32 100644 --- 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', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.2', 'Topic :: Scientific/Engineering', 'Topic :: Software Development :: Libraries :: Python Modules', ],