summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-08 06:51:46 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-08 06:51:46 -0700
commit8b71670f150eed648d6cbb7b0b73655dbc52f40f (patch)
treea34229192106629001496099c474739f92131258 /setup.cfg
parent3895d8535a6aa61a2560f5aadc5ffbd172f6a4c8 (diff)
downloadpython-swiftclient-8b71670f150eed648d6cbb7b0b73655dbc52f40f.tar.gz
Declare that we support Python 3
Note that this should not land until we figure out why `tox -e py33` doesn't actually run any tests. Change-Id: Id4e080cfbfca45b3bf7ed81b03a31414495a1348
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a7f8c2d..2334b2b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,8 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.3
[global]
setup-hooks =