8000
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 028462a commit 9a5115aCopy full SHA for 9a5115a
setup.py
@@ -92,5 +92,17 @@ def get_version():
92
},
93
setup_requires=setup_requires,
94
extras_require=extras_require,
95
- classifiers=[]
+ classifiers=[
96
+ 'Development Status :: 4 - Beta',
97
+ 'Intended Audience :: Developers',
98
+ 'License :: OSI Approved :: MIT License',
99
+ 'Operating System :: OS Independent',
100
+ 'Programming Language :: Python :: 2.7',
101
+ 'Programming Language :: Python :: 3.4',
102
+ 'Programming Language :: Python :: 3.5',
103
+ 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
104
+ 'Topic :: Software Development :: Code Generators',
105
+ 'Topic :: Software Development :: Libraries :: Python Modules',
106
+ 'Topic :: Software Development :: Object Brokering',
107
+ ]
108
)
0 commit comments