summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Roztocil <jakub@roztocil.name>2012-04-25 02:16:10 +0200
committerJakub Roztocil <jakub@roztocil.name>2012-04-25 02:16:10 +0200
commit3d11042772fe7f75008e53dc48c537fc4bbd0b1a (patch)
tree4f780a22a2f0d23a4bcfeef57150d446396d9be7
parentb8cc7c205c9233fbe50a8c6f5295a96160f13759 (diff)
Fixed classifiers in setup.py.0.2.0
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 9401a0ff..4628f54c 100644
--- a/setup.py
+++ b/setup.py
@@ -37,8 +37,8 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3.1'
- 'Programming Language :: Python :: 3.2'
+ 'Programming Language :: Python :: 3.1',
+ 'Programming Language :: Python :: 3.2',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',