224e654f4c
Change-Id: I36cc5d862c4364937450ad8ae4fa20a1a709781f
34 lines
699 B
INI
34 lines
699 B
INI
[metadata]
|
|
name = monasca-notification
|
|
author = Tim Kuhlman
|
|
author-email = tim.kuhlman@hp.com
|
|
classifier=
|
|
Development Status :: 5 - Production/Stable
|
|
License :: OSI Approved :: Apache Software License
|
|
Topic :: System :: Monitoring
|
|
keywords = openstack monitoring email
|
|
description-file = README.md
|
|
home-page = https://github.com/stackforge/monasca-notification
|
|
license = Apache
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
monasca-notification = monasca_notification.main:main
|
|
|
|
[files]
|
|
packages = monasca_notification
|
|
data_files =
|
|
bin = tools/monasca_notification_offsets.py
|
|
|
|
[flake8]
|
|
max-line-length = 120
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
|
|
[pep8]
|
|
max-line-length = 120
|
|
|
|
[wheel]
|
|
universal = 1
|