From 1c0c4731666107d8e48391e85241b35a8d77c8fb Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 9 Jun 2025 07:38:19 +0000 Subject: [PATCH] Revert "Replace license classifier" This reverts commit 889fa85a7983d489b0c7563455c116cac68440d8. 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: I346ab4f37d06cae412c2c9e6f3e8b2f373d40839 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b906d8afbb..61e5c5afa9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,6 @@ name = openstack-heat summary = OpenStack Orchestration description_file = README.rst -license = Apache-2.0 author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/heat/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 :: 3 :: Only