
Add unit tests for persister.py in root directory. Additionally: * switched to testr as it seems to be used in many openstack projects * enabled coverage Change-Id: I429ef6a900808c192ad5613c13808583d33fde24
32 lines
736 B
INI
32 lines
736 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
|
|
|
|
[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
|
|
|