023646b3a2
Removed the old openstack directory and replaced it with oslo libraries. Updated requirements for liberty versions of oslo libraries. Change-Id: I4d6bfb4251eb23cf86b3173ac9cb0b889ebbf674
33 lines
642 B
INI
33 lines
642 B
INI
[metadata]
|
|
name = monasca-persister
|
|
author = Deklan Dieterly
|
|
author-email = deklan.dieterly@hp.com
|
|
classifier=
|
|
Development Status :: 5 - Production/Stable
|
|
License :: OSI Approved :: Apache Software License
|
|
Topic :: System :: Monitoring
|
|
keywords = openstack monitoring storage
|
|
description-file = README.md
|
|
home-page = https://github.com/openstack/monasca-persister
|
|
license = Apache
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
monasca-persister = monasca_persister.servicerunner:main
|
|
|
|
[files]
|
|
packages = monasca_persister
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
|
|
[pep8]
|
|
max-line-length = 120
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|