monasca-persister/setup.cfg
Doug Hellmann c01721cd32 add a one-line summary to the package metadata
This summary is used on PyPI and when building release announcement
emails.

Change-Id: Iace350c4161bcfa3f634a9c95e1ffd104c363333
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-12-05 10:53:44 -05:00

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