summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDustin Collins <dustinrcollins@gmail.com>2013-04-09 20:13:50 -0400
committerDustin Collins <dustinrcollins@gmail.com>2013-04-09 20:13:50 -0400
commit6bbf828e410a18bac6174122a5ea8e94dd6aee15 (patch)
tree8a0c49040d718391f97ee89a26348596b587b769 /setup.py
parent29abc97035fa6d172aa6fb7a745e2e63b12cb05e (diff)
downloadbottle-6bbf828e410a18bac6174122a5ea8e94dd6aee15.tar.gz
updating setup.py classifiers to show 3.2 and 3.3 support
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ecbd491..c5c2944 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,10 @@ setup(name='bottle',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3'],
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3'],
+ ],
)