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: I2219b23fc31f7d9fe8c7b48fcb7daa83c6472344
This commit is contained in:
Ivan Anfimov
2025-06-08 13:29:01 +00:00
parent 1acd95cf25
commit 92e691b19b

View File

@ -3,10 +3,10 @@ name = mistral-specs
summary = OpenStack Workflow Engine Program Development Specs
description-file =
README.rst
license = Apache-2.0
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://specs.openstack.org/openstack/mistral-specs/
classifier =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux