summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-03-23 05:47:49 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-03-23 05:47:49 -0400
commite1bf1898474ce8d5bc0ebb7ab2829a340b94587f (patch)
tree20cafd604a50a20618e071d1cca8ae58d70328c5 /setup.py
parent0785328e218accaa2fcde7180ac18187a88945b8 (diff)
downloadtablib-e1bf1898474ce8d5bc0ebb7ab2829a340b94587f.tar.gz
setup.py says 25,26,27,30,31,32
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 32bb04d..2aa532a 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,8 @@ setup(
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
- # 'Programming Language :: Python :: 3.0',
- # 'Programming Language :: Python :: 3.1',
+ 'Programming Language :: Python :: 3.0',
+ 'Programming Language :: Python :: 3.1',
+ 'Programming Language :: Python :: 3.2',
),
)