Commit 414f58f1 authored by Denis Bilenko's avatar Denis Bilenko

setup.py: add classifiers for all the version that we support

parent 8d3ca4ad
...@@ -217,7 +217,10 @@ if __name__ == '__main__': ...@@ -217,7 +217,10 @@ if __name__ == '__main__':
cmdclass={'build_ext': my_build_ext}, cmdclass={'build_ext': my_build_ext},
classifiers=[ classifiers=[
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python", "Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Operating System :: MacOS :: MacOS X", "Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX", "Operating System :: POSIX",
"Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment