Skip to content
Snippets Groups Projects
Commit 4d5cfced371a authored by Bob Ippolito's avatar Bob Ippolito
Browse files

add some more classifiers for pypi

parent d788204c1ecc
Branches
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
CLASSIFIERS = filter(None, map(str.strip, CLASSIFIERS = filter(None, map(str.strip,
""" """
Development Status :: 5 - Production/Stable
Intended Audience :: Developers Intended Audience :: Developers
License :: OSI Approved :: MIT License License :: OSI Approved :: MIT License
Programming Language :: Python Programming Language :: Python
...@@ -16,6 +17,14 @@ ...@@ -16,6 +17,14 @@
Intended Audience :: Developers Intended Audience :: Developers
License :: OSI Approved :: MIT License License :: OSI Approved :: MIT License
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.5
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Libraries :: Python Modules Topic :: Software Development :: Libraries :: Python Modules
""".splitlines())) """.splitlines()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment