From 39112e228e9d6782983b2d73848a1f6cb87c37f2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 1 Dec 2009 21:12:38 -0500 Subject: Mark this as applying to Python 2 and 3 explicitly, since the PyPI home page has a 'Python 3 Packages' link that looks for Python :: 3. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dfb4aedf..1aeaab9a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,8 @@ Environment :: Console Intended Audience :: Developers License :: OSI Approved :: BSD License Operating System :: OS Independent -Programming Language :: Python +Programming Language :: Python :: 2 +Programming Language :: Python :: 3 Topic :: Software Development :: Quality Assurance Topic :: Software Development :: Testing """ -- cgit v1.2.1