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: I0fb6ebc923f3b3d02917e4b38ec1ac14daf9a958
This commit is contained in:
Takashi Kajinami
2025-05-29 22:02:43 +09:00
parent 880ab20930
commit d68d04ecd3

View File

@@ -3,6 +3,7 @@ name = sushy
summary = Sushy is a small Python library to communicate with Redfish based systems
description_file =
README.rst
license = Apache-2.0
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/sushy/latest/
@@ -11,7 +12,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