new classifiers for 3.2+
authorKenneth Reitz <me@kennethreitz.com>
Mon, 1 Oct 2012 17:30:41 +0000 (13:30 -0400)
committerRadu Voicilas <radu.voicilas@gmail.com>
Mon, 8 Oct 2012 21:42:49 +0000 (00:42 +0300)
setup.py

index 35c87cef811aec9cc8c0100aaf01fed951f837f8..9844ab1b440fa3754f8e959d817359889afd3269 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,8 @@ setup(
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.0',
         'Programming Language :: Python :: 3.1',
+        'Programming Language :: Python :: 3.2',
+        'Programming Language :: Python :: 3.3',
     ),
 )