Skip to content
Snippets Groups Projects
Commit bf39da89 authored by Donald Stufft's avatar Donald Stufft
Browse files

Add clasifiers for the Python implementations and versions

parent c79bb96d
Branches
Tags
No related merge requests found
......@@ -58,4 +58,15 @@ setup(
zip_safe=False,
cmdclass={"test": PyTest},
classifiers=[
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment