diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-01 21:12:38 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-01 21:12:38 -0500 |
commit | 39112e228e9d6782983b2d73848a1f6cb87c37f2 (patch) | |
tree | 5d272118c60361a7f6f769b565e5a7cca4f24491 /setup.py | |
parent | c0695fbad7c44aea8c616aa7e5917659dce47122 (diff) | |
download | python-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.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 """ |