diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-15 21:06:49 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-15 21:06:49 -0400 |
commit | 9bf5189621f0805b11deb6cf08fe749e746fdf55 (patch) | |
tree | 9e4336a4fdf76d269c76041f0684f44a6248281a | |
parent | 2c5b877166c44249fca8427a646bd9cddba532e1 (diff) | |
download | python-coveragepy-git-9bf5189621f0805b11deb6cf08fe749e746fdf55.tar.gz |
Add IronPython to the classifiers
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ Programming Language :: Python :: 3.6 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Programming Language :: Python :: Implementation :: Jython +Programming Language :: Python :: Implementation :: IronPython Topic :: Software Development :: Quality Assurance Topic :: Software Development :: Testing """ |