We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa3455 commit 99f4b26Copy full SHA for 99f4b26
setup.py
@@ -54,12 +54,12 @@
54
cmdclass={'egg_info': tagger},
55
classifiers=[
56
"Environment :: Console",
57
- "Environment :: MacOS X",
58
"Intended Audience :: Science/Research",
59
"Operating System :: POSIX :: Linux",
60
"Operating System :: MacOS :: MacOS X",
+ "Development Status :: 4 - Beta",
61
"Programming Language :: Python :: 2.7",
62
"Programming Language :: Python :: 3.3",
63
- "Programming Language :: Python :: 3.4"
+ "Programming Language :: Python :: 3.4",
64
"Programming Language :: Python :: 3.5"]
65
)
0 commit comments