Add OpenStack trove classifier for PyPI
Add trove classifier to have horizon listed among the other OpenStack-related projets on PyPI. Change-Id: I70a2b3dedf437fbfd03d4c2d605af6d6c2ef98c6 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
28f9edb2c3
commit
baf8b685dc
3
setup.py
3
setup.py
@ -102,5 +102,6 @@ setup(name="horizon",
|
|||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Topic :: Internet :: WWW/HTTP']
|
'Topic :: Internet :: WWW/HTTP',
|
||||||
|
'Environment :: OpenStack']
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user