Remove Python 3.1 and 3.2 from the trove classifiers in setup.py
authorŁukasz Langa <lukasz@langa.pl>
Wed, 1 May 2013 16:30:46 +0000 (18:30 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 1 May 2013 17:26:12 +0000 (19:26 +0200)
.gitignore
setup.py

index e1ea2a609677b297750053ed1191a051f553914c..60eb6c67318b5351ff718889f6db5c72a874992c 100644 (file)
@@ -5,6 +5,7 @@ nosetests.xml
 junit-report.xml
 pylint.txt
 toy.py
+tox.ini
 violations.pyflakes.txt
 cover/
 build/
index 64e305bcc5ec0154679908d92203af331df15acf..3425a41e06feac49f7d89cbef42a7e8cf4f24b3d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -51,9 +51,7 @@ setup(
         'Programming Language :: Python :: 2.6',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        # 'Programming Language :: Python :: 3.0',
-        'Programming Language :: Python :: 3.1',
-        'Programming Language :: Python :: 3.2',
         'Programming Language :: Python :: 3.3',
+
     ),
 )