setup.py: explicitly list Python 3.2 and 3.3 as supported.
authorW. Trevor King <wking@tremily.us>
Fri, 31 Aug 2012 18:23:12 +0000 (14:23 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 31 Aug 2012 18:23:12 +0000 (14:23 -0400)
setup.py

index 22d0b23369b44e7af77d8698126f18a6f5366a67..c5c6312f5fef7fc6c29347622e3171b64848fb37 100644 (file)
--- 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',