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.
********************************************************************************

Change-Id: I78c7b59090dcfbc212953921b75295cb37beabf5
This commit is contained in:
Takashi Kajinami
2025-05-29 22:01:31 +09:00
parent ed96fad47a
commit 433b96924b

View File

@@ -2,6 +2,7 @@
name = python-ironicclient
summary = OpenStack Bare Metal Provisioning API Client Library
description_file = README.rst
license = Apache-2.0
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-ironicclient/latest/
@@ -10,7 +11,6 @@ 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