aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorLennart Regebro <regebro@gmail.com>2012-08-22 12:34:48 +0200
committerLennart Regebro <regebro@gmail.com>2012-08-22 12:34:48 +0200
commit03ae7b2149f0eb85a27f893b98f6d35d535456ac (patch)
tree56e32402be0962226c78d603719c16e3af00eba1 /setup.py
parent9dc9fea4a5661e119f30f4cdec3ef99e46b5f919 (diff)
downloadexternal_python_setuptools-03ae7b2149f0eb85a27f893b98f6d35d535456ac.tar.gz
external_python_setuptools-03ae7b2149f0eb85a27f893b98f6d35d535456ac.tar.bz2
external_python_setuptools-03ae7b2149f0eb85a27f893b98f6d35d535456ac.zip
Tests run under Python 3.3 now.
--HG-- branch : distribute extra : rebase_source : 93e360785483082ab272dbf693d3e6ac3772b6ab
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9a0fffb4..6e04bd24 100755
--- a/setup.py
+++ b/setup.py
@@ -212,6 +212,9 @@ dist = setup(
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.1
+ Programming Language :: Python :: 3.2
+ Programming Language :: Python :: 3.3
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
Topic :: System :: Systems Administration