monasca-notification/setup.cfg
Tomasz Trębski 8c504efe04 Remove monasca_notification_offsets
monasca_notification_offsets.py is mentioned in
setup.cfg and therefore "installed" in the target
environment along with the entire monasca-notification.
However that file depends on the module that is no longer
part of monasca-notification hence this is a technical-debt
that should be lowered by removing the file.

Change-Id: I2e138132cc25b01691e149e9e4ba6aaca5a55a39
2017-01-13 09:35:56 +01:00

33 lines
748 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
[flake8]
max-line-length = 120
[pbr]
autodoc_index_modules = True
[pep8]
max-line-length = 120
[wheel]
universal = 1