From f87a8fb2926643a1c2204ea0a412c3d959854ee0 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 12 Jan 2011 21:24:34 +0100 Subject: explicitly target python 2.x in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit v1.2.3