Add trove classifiers for PyPI
Add classifiers so we can eventually register the project on PyPI to reserve the name, even though we won't release packages there. Change-Id: I9ef676ffd4a84cb149d7f5b6998c16c46e4181b8 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
b0ec911270
commit
8f44c3933e
10
setup.py
10
setup.py
@ -44,4 +44,14 @@ setup(name='keystone',
|
||||
install_requires=requires,
|
||||
dependency_links=depend_links,
|
||||
test_suite='nose.collector',
|
||||
classifiers=[
|
||||
'Environment :: OpenStack',
|
||||
'Intended Audience :: Information Technology',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Operating System :: POSIX :: Linux',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user