summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2011-01-12 21:24:34 +0100
committerHelmut Grohne <helmut@subdivi.de>2011-01-12 21:24:34 +0100
commitf87a8fb2926643a1c2204ea0a412c3d959854ee0 (patch)
tree4dba7285e538f8fbe21c121d60f92ab366adae62 /setup.py
parent8f0c538410f94e18146a3514ba2284af89cbcf59 (diff)
downloadwsgitools-f87a8fb2926643a1c2204ea0a412c3d959854ee0.tar.gz
explicitly target python 2.x in setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 10ee932..cb1b1a5 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setup(name="wsgitools",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Natural Language :: English",
- "Programming Language :: Python",
+ "Programming Language :: Python :: 2",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",