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 125294e commit 4cff500Copy full SHA for 4cff500
bindings/python/setup.py
@@ -186,6 +186,16 @@ def dummy_src():
186
long_description_content_type="text/markdown",
187
url='https://www.keystone-engine.org',
188
classifiers=[
189
+ # How mature is this project? Common values are
190
+ # 3 - Alpha
191
+ # 4 - Beta
192
+ # 5 - Production/Stable
193
+ 'Development Status :: 4 - Beta',
194
+
195
+ # Indicate who your project is intended for
196
+ 'Intended Audience :: Developers',
197
+ 'Topic :: Software Development :: Build Tools',
198
199
'License :: OSI Approved :: BSD License',
200
'Programming Language :: Python :: 2',
201
'Programming Language :: Python :: 3',
0 commit comments