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: I37a2010d7a60adbe2e16f13d7b18e228888ff482
This commit is contained in:
Ivan Anfimov
2025-06-08 13:54:38 +00:00
parent e2505b4388
commit b9bc69d76e

View File

@@ -5,7 +5,7 @@ author_email = openstack-discuss@lists.openstack.org
summary = Freezer - Backup as a Service User Interface
description_file = README.rst
description-content-type = text/x-rst
license = Apache-2
license = Apache-2.0
url = https://docs.openstack.org/freezer/latest/
python_requires = >=3.8
classifier =
@@ -15,7 +15,6 @@ classifier =
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Operating System :: POSIX :: Linux
Programming Language :: Python