setup.py: Add explicit Python 3 classifiers
authorW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 21:45:46 +0000 (16:45 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 21:48:54 +0000 (16:48 -0500)
setup.py

index 347ab1ecd10c4eb45ce880fd99e3642876f257c3..a4873a28af78791b6b28858ecd067edd7be6694b 100644 (file)
--- 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'],