
Changed author to OpenStack and author-email to openstack-dev@lists.openstack.org Change-Id: I807ecdbbea3c65c55533d5275aa5716d28e111da
32 lines
741 B
INI
32 lines
741 B
INI
[metadata]
|
|
name = monasca-persister
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
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
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
monasca-persister = monasca_persister.persister:main
|
|
|
|
[files]
|
|
packages = monasca_persister
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|