From 237a5948aed9ffae812b68068355ffd9c3fa8a7b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 21 Jul 2012 10:01:09 -0400 Subject: [PATCH] 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. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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', ], -- 2.26.2