Doug Hellmann 8e835600d2 add a one-line summary to the package metadata
This summary is used on PyPI and when building release announcement
emails.

Change-Id: I778d7efa5415c8b499d6994ed4108d2b3a2faee7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-12-05 10:51:45 -05:00

35 lines
808 B
INI

[metadata]
name = monasca-notification
author = Tim Kuhlman
author-email = tim.kuhlman@hp.com
summary = Reads alarms from Kafka and then notifies the customer using their configured notification method.
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