We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c175c commit d0ed0d6Copy full SHA for d0ed0d6
1 file changed
setup.py
@@ -61,10 +61,17 @@
61
long_description=open('README.rst').read(),
62
63
classifiers=[
64
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
65
"Intended Audience :: Developers",
66
"License :: OSI Approved :: Apache Software License",
67
- "Programming Language :: Python"
+ "Programming Language :: Python",
68
+ "Programming Language :: Python :: 2",
69
+ "Programming Language :: Python :: 2.7",
70
+ "Programming Language :: Python :: 3",
71
+ "Programming Language :: Python :: 3.3",
72
+ "Programming Language :: Python :: 3.4",
73
+ "Programming Language :: Python :: 3.5",
74
+ "Operating System :: OS Independent",
75
],
76
77
install_requires = [
0 commit comments