monasca-notification/setup.cfg
Andreas Jaeger 7b6b0535b0 Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: Ic79312278978ecb5d93386fa9f4261be037611ed
2020-04-05 09:57:16 +02:00

44 lines
1.2 KiB
INI

[metadata]
name = monasca-notification
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
summary = Reads alarms from Kafka and then notifies the customer using their configured notification method.
python-requires = >=3.6
classifier=
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Topic :: System :: Monitoring
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
keywords = openstack monitoring email
description-file = README.rst
home-page = https://opendev.org/openstack/monasca-notification
license = Apache
[entry_points]
console_scripts =
monasca-notification = monasca_notification.main:main
oslo.config.opts =
monasca_notification = monasca_notification.conf:list_opts
[files]
packages = monasca_notification
[flake8]
max-line-length = 120
[pbr]
autodoc_index_modules = True
[pep8]
max-line-length = 120
[extras]
jira_plugin =
Jinja2>=2.10 # BSD License (3 clause)