From 9406b44657d6be4ea6f0ad24d7bcddd86d65ccb6 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 29 May 2025 14:15:19 +0900 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. ******************************************************************************** Change-Id: Ie5d16633d3094a98a4b20215683a58976c96fe65 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b320607f25..b6d96f372d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,7 @@ name = ironic summary = OpenStack Bare Metal Provisioning description_file = README.rst +license = Apache-2.0 author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/ironic/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 :: 3 :: Only