Remove Python 3.1 and 3.2 from the trove classifiers in setup.py

This commit is contained in:
Łukasz Langa
2013-05-01 18:30:46 +02:00
parent ab36f3cc6f
commit 7e825acd9b
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ nosetests.xml
junit-report.xml
pylint.txt
toy.py
tox.ini
violations.pyflakes.txt
cover/
build/
+1 -3
View File
@@ -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',
),
)