forked from openstack-archive/monasca-persister
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (25 loc) · 741 Bytes
/
setup.cfg
File metadata and controls
31 lines (25 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[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