oslo.metrics/setup.cfg
Hervé Beraud a0b0816fe4 Add an entrypoints to launch oslo.metrics
Change-Id: I0d5fab019f8befb52cd07628006edcb2af8e6473
2020-06-11 19:10:45 +02:00

31 lines
893 B
INI

[metadata]
name = oslo.metrics
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
summary = Oslo Metrics API
description-file =
README.rst
home-page = https://opendev.org/openstack/oslo.metrics
python-requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[files]
packages =
oslo_metrics
[entry_points]
console_scripts =
oslo-metrics = oslo_metrics.__main__:main