From: W. Trevor King Date: Tue, 1 Jan 2013 21:45:46 +0000 (-0500) Subject: setup.py: Add explicit Python 3 classifiers X-Git-Tag: v0.5~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7db1e15bb788dd0d20c1108d2b0317dcd697676c;p=update-copyright.git setup.py: Add explicit Python 3 classifiers --- diff --git a/setup.py b/setup.py index 347ab1e..a4873a2 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,9 @@ _setup( 'Operating System :: OS Independent', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Software Development', ], scripts = ['bin/update-copyright.py'],