summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-01 21:12:38 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-01 21:12:38 -0500
commitc77e07fb63d1ac78a18996928945091b435c790b (patch)
treedccf86c2068a4bc150120687a9fb6d8776df211d
parent148d71e9627208f3500936922159dbcd9c336061 (diff)
downloadpython-coveragepy-c77e07fb63d1ac78a18996928945091b435c790b.tar.gz
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.
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dfb4aed..1aeaab9 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
"""