summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-04-15 21:06:49 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-04-15 21:06:49 -0400
commit9bf5189621f0805b11deb6cf08fe749e746fdf55 (patch)
tree9e4336a4fdf76d269c76041f0684f44a6248281a
parent2c5b877166c44249fca8427a646bd9cddba532e1 (diff)
downloadpython-coveragepy-git-9bf5189621f0805b11deb6cf08fe749e746fdf55.tar.gz
Add IronPython to the classifiers
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c6b3ef32..7962c44d 100644
--- a/setup.py
+++ b/setup.py
@@ -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
"""