From 5a2019e4fa33bbe6b62a4f5a8b2c551ceaa2473f Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Mon, 9 Mar 2020 17:26:32 +0100 Subject: setup.py: stop pretending we do python2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3