Add OpenStack trove classifier for PyPI
Add trove classifier to have the client listed among the other OpenStack-related projets on PyPI. Change-Id: Ic07fa4b3717a41fdd74c7447d65037dee7ea7fb7
This commit is contained in:
parent
887e156352
commit
06fb00a7c6
10
setup.py
10
setup.py
@ -98,6 +98,16 @@ setuptools.setup(
|
|||||||
description=ShortDescription,
|
description=ShortDescription,
|
||||||
long_description=Description,
|
long_description=Description,
|
||||||
license=License,
|
license=License,
|
||||||
|
classifiers=[
|
||||||
|
'Environment :: OpenStack',
|
||||||
|
'Intended Audience :: Developers',
|
||||||
|
'Intended Audience :: Information Technology',
|
||||||
|
'License :: OSI Approved :: Apache Software License',
|
||||||
|
'Operating System :: POSIX :: Linux',
|
||||||
|
'Programming Language :: Python',
|
||||||
|
'Programming Language :: Python :: 2',
|
||||||
|
'Programming Language :: Python :: 2.7',
|
||||||
|
],
|
||||||
scripts=ProjectScripts,
|
scripts=ProjectScripts,
|
||||||
install_requires=requires,
|
install_requires=requires,
|
||||||
dependency_links=depend_links,
|
dependency_links=depend_links,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user