Files
masakari-dashboard/setup.cfg
Ivan Anfimov 2c951556f7 Remove Python 3.8 and 3.9 support
Python 3.8 was removed from the tested runtimes for 2024.2 and has
not been tested since then.

Change-Id: I2f053c597f8a25133c0cce7c03cf1d084f944b57
2025-05-08 18:43:48 +00:00

34 lines
1001 B
INI

[metadata]
name = masakari-dashboard
summary = Horizon plugin for masakari
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/masakari-dashboard/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
Programming Language :: Python :: 3.13
[files]
packages =
masakaridashboard
[build_sphinx]
all_files = 1
build_dir = doc/build
source_dir = doc/source
warning_is_error = 1