From d07fa93cbef5578bf8b726fca8a6ada9d1396a1c Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 9 Jun 2025 07:41:13 +0000 Subject: [PATCH] Revert "Replace license classifier" This reverts commit 94cd7d64adf9b0610f8ba3fc696ece27151305dd. Reason for revert: There is still on-going discussion about the new license expression and it may be changed in a near future. Until we get more stable conclusion let's stick with the older format. See [1] to find details. [1] https://review.opendev.org/c/openstack/nova/+/951226 Change-Id: I518464f841d0b049f2f44660ef0a42ab6acf02ad --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 977fa7e1..bc08b343 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,6 @@ name = ironic-ui summary = Ironic plugin UI for Horizon to allow users to view and manage bare metal nodes, ports and drivers. description_file = README.rst -license = Apache-2.0 author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/ironic-ui/latest/ @@ -12,6 +11,7 @@ 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 :: Implementation :: CPython @@ -28,4 +28,4 @@ packages = [codespell] quiet-level = 4 -skip = *.po,*.pot +skip = *.po,*.pot \ No newline at end of file