Files
mistral-dashboard/setup.cfg
Ivan Anfimov 65db4b54f1 Replace license classifier
... according to the following warning from setuptools.

SetuptoolsDeprecationWarning: License classifiers are deprecated.

********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:

License :: OSI Approved :: Apache Software License

See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************

Co-authored-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
Change-Id: I1be79ccfa0c64182873e9ccf086b32064af6a951
2025-06-08 13:22:26 +00:00

35 lines
942 B
INI

[metadata]
name = mistral-dashboard
summary = Mistral dashboard
description_file =
README.rst
license = Apache-2.0
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/mistral/latest/
python_requires = >=3.10
classifiers =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
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
[global]
setup_hooks =
pbr.hooks.setup_hook
[files]
packages =
mistraldashboard
[upload_sphinx]
upload_dir = doc/build/html