diff options
author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-05-02 14:22:22 -0400 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-05-02 14:22:22 -0400 |
commit | 2bdbbee3f49108cd03eafcc8910716df8c09ebed (patch) | |
tree | 3a1a2fa3397859f19f367c26931784ec744d3482 /setup.py | |
parent | b81e441dc6b5dee6e077984ac88570b223cf02c4 (diff) | |
download | cliff-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', ], |