From b9bc69d76ef929586725258976a57f7183179ff1 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sun, 8 Jun 2025 13:54:38 +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: I37a2010d7a60adbe2e16f13d7b18e228888ff482 --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3846a3b..f57e7d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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