From d8be6d1269a1d2bd9816946609161643219c503c Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sun, 8 Jun 2025 13:30:27 +0000 Subject: [PATCH] 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 Change-Id: Ief30e0985e0e28478059117a0db6b8c37f57dfb6 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cb036ea..705c87f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,7 @@ name = mistral_tempest_tests summary = Tempest plugin for Mistral project description_file = README.rst +license = Apache-2.0 author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://opendev.org/openstack/mistral-tempest-plugin @@ -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 :: 3