Merge "Add OpenStack trove classifier for PyPI"
This commit is contained in:
commit
70442dc8da
3
setup.py
3
setup.py
@ -45,6 +45,7 @@ setuptools.setup(
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Framework :: Setuptools Plugin',
|
||||
'Environment :: OpenStack',
|
||||
'Intended Audience :: Information Technology',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
@ -73,6 +74,8 @@ setuptools.setup(
|
||||
install_requires=requires,
|
||||
dependency_links=depend_links,
|
||||
|
||||
zip_safe=False,
|
||||
|
||||
entry_points=textwrap.dedent("""
|
||||
[ceilometer.collector]
|
||||
instance = ceilometer.compute.notifications:Instance
|
||||
|
Loading…
x
Reference in New Issue
Block a user