fa830926b5
While here, we also clean up some style issues in this file. Fix CI issue to generated changelog with tox v4 Co-Authored-By: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com> Change-Id: If6de005dd8229fe6f21dc103f50db083a415d7e4 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
38 lines
1.0 KiB
INI
38 lines
1.0 KiB
INI
[metadata]
|
|
name = osprofiler
|
|
summary = OpenStack Profiler Library
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/osprofiler/latest/
|
|
python-requires = >=3.8
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
[files]
|
|
packages =
|
|
osprofiler
|
|
|
|
[extras]
|
|
oslo_config =
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
osprofiler = osprofiler.opts:list_opts
|
|
console_scripts =
|
|
osprofiler = osprofiler.cmd.shell:main
|
|
paste.filter_factory =
|
|
osprofiler = osprofiler.web:WsgiMiddleware.factory
|