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: I6b76afe70ee09af467d0b3be362c3576693db43b
This commit is contained in:
Ivan Anfimov
2025-06-08 13:56:32 +00:00
parent 3cff593705
commit c94e31ce20

View File

@ -3,13 +3,13 @@ name = openstack-ansible
summary = Ansible playbooks for deploying OpenStack
description_file =
README.rst
license = Apache-2.0
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/openstack-ansible/latest/
classifier =
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
[build_sphinx]