summaryrefslogtreecommitdiff
path: root/setup.py
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
commit39112e228e9d6782983b2d73848a1f6cb87c37f2 (patch)
tree5d272118c60361a7f6f769b565e5a7cca4f24491 /setup.py
parentc0695fbad7c44aea8c616aa7e5917659dce47122 (diff)
downloadpython-coveragepy-git-39112e228e9d6782983b2d73848a1f6cb87c37f2.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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
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
"""