summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-05-02 14:22:22 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-05-02 14:22:22 -0400
commit2bdbbee3f49108cd03eafcc8910716df8c09ebed (patch)
tree3a1a2fa3397859f19f367c26931784ec744d3482 /setup.py
parentb81e441dc6b5dee6e077984ac88570b223cf02c4 (diff)
downloadcliff-2bdbbee3f49108cd03eafcc8910716df8c09ebed.tar.gz
declare support for python 3.3
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b207e32..220864d 100644
--- a/setup.py
+++ b/setup.py
@@ -157,6 +157,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
'Intended Audience :: Developers',
'Environment :: Console',
],