From 0898124c79db25320010160bd63660eb17543641 Mon Sep 17 00:00:00 2001 From: Gael Pasgrimaud Date: Fri, 23 Sep 2011 19:04:39 +0200 Subject: add py3 to classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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', -- cgit v1.2.1