summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2020-03-09 17:26:32 +0100
committerHelmut Grohne <helmut@subdivi.de>2020-03-09 17:26:32 +0100
commit5a2019e4fa33bbe6b62a4f5a8b2c551ceaa2473f (patch)
tree00fd6d7da731282624cbf98e19a441adbc24f763
parent7e33d2098c5017d10bfd96185dc5db460f8428a1 (diff)
downloadwsgitools-5a2019e4fa33bbe6b62a4f5a8b2c551ceaa2473f.tar.gz
setup.py: stop pretending we do python2
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 84303e1..8e9c761 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 :: 2",
+ "Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",