Skip to content

Commit

Permalink
python: update classifier for setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jun 13, 2020
1 parent 125294e commit 4cff500
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,16 @@ def dummy_src():
long_description_content_type="text/markdown",
url='https://www.keystone-engine.org',
classifiers=[
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 4 - Beta',

# Indicate who your project is intended for
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',

'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 4cff500

Please sign in to comment.