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 e1ea2a6..60eb6c6 100644 (file)
@@ -5,6 +5,7 @@ nosetests.xml
 junit-report.xml
 pylint.txt
 toy.py
+tox.ini
 violations.pyflakes.txt
 cover/
 build/
index 64e305b..3425a41 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',
+
     ),
 )