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 | c77e07fb63d1ac78a18996928945091b435c790b (patch) | |
| tree | dccf86c2068a4bc150120687a9fb6d8776df211d | |
| parent | 148d71e9627208f3500936922159dbcd9c336061 (diff) | |
| download | python-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.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 """ |
