
This summary is used on PyPI and when building release announcement emails. Change-Id: Iace350c4161bcfa3f634a9c95e1ffd104c363333 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
34 lines
749 B
INI
34 lines
749 B
INI
[metadata]
|
|
name = monasca-persister
|
|
author = Deklan Dieterly
|
|
author-email = deklan.dieterly@hp.com
|
|
summary = Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database.
|
|
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.persister:main
|
|
|
|
[files]
|
|
packages = monasca_persister
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
|
|
[pep8]
|
|
max-line-length = 120
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|