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: I11fa429d34301ba9a1ec9a543f88d57eb3ac56bb Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
186e32da97
commit
7dbc23c01e
10
setup.py
10
setup.py
@ -29,6 +29,16 @@ setuptools.setup(name='cinder',
|
||||
author='OpenStack',
|
||||
author_email='cinder@lists.launchpad.net',
|
||||
url='http://www.openstack.org/',
|
||||
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',
|
||||
],
|
||||
cmdclass=common_setup.get_cmdclass(),
|
||||
packages=setuptools.find_packages(exclude=['bin', 'smoketests']),
|
||||
install_requires=requires,
|
||||
|
Loading…
x
Reference in New Issue
Block a user