From: W. Trevor King Date: Fri, 31 Aug 2012 18:23:12 +0000 (-0400) Subject: setup.py: explicitly list Python 3.2 and 3.3 as supported. X-Git-Tag: v0.3~53 X-Git-Url: http://git.tremily.us/?p=pygrader.git;a=commitdiff_plain;h=ba2f0852be03f8107a817312730a2ff591f99ce9 setup.py: explicitly list Python 3.2 and 3.3 as supported. --- diff --git a/setup.py b/setup.py index 22d0b23..c5c6312 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,8 @@ _setup( 'Operating System :: OS Independent', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Communications :: Email', 'Topic :: Database', 'Topic :: Education',