Files
ceilometermiddleware/setup.cfg
Takashi Kajinami 8d4f6d00ff Remove Python 3.9 support
Python 3.9 is no longer part of the tested runtimes[1].

[1] https://governance.openstack.org/tc/reference/runtimes/2025.2.html

Change-Id: I341884f6c6d27e80fd2075a3b27d8699adda5baf
2025-06-09 17:58:36 +09:00

31 lines
987 B
INI

[metadata]
name = ceilometermiddleware
summary = OpenStack Telemetry middleware for generating metrics
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/ceilometermiddleware/latest/
python_requires = >=3.10
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
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.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[files]
packages =
ceilometermiddleware
[entry_points]
paste.filter_factory =
swift = ceilometermiddleware.swift:filter_factory