Skip to content

Commit 4cff500

Browse files
committed
python: update classifier for setup.py
1 parent 125294e commit 4cff500

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bindings/python/setup.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,16 @@ def dummy_src():
186186
long_description_content_type="text/markdown",
187187
url='https://www.keystone-engine.org',
188188
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+
189199
'License :: OSI Approved :: BSD License',
190200
'Programming Language :: Python :: 2',
191201
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)