summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2011-09-23 19:04:39 +0200
committerGael Pasgrimaud <gael@gawel.org>2011-09-23 19:04:39 +0200
commit0898124c79db25320010160bd63660eb17543641 (patch)
treedcf1f3eef7addf2eded8d480ea69a1231904ee30 /setup.py
parentabbd7babbd6c4d210ae2a0e4961a898fbb6b37b3 (diff)
downloadwebtest-0898124c79db25320010160bd63660eb17543641.tar.gz
add py3 to classifiers
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 298ac16..66f2740 100755
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,7 @@ This is based on ``paste.fixture.TestApp``.
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: 3",
],
keywords='wsgi test unit tests web',
author='Ian Bicking',