diff mbox series

[PULL,10/16] python: fix license configuration

Message ID 20260902193551.582660-11-jsnow@redhat.com
State New
Headers show
Series [PULL,01/16] tests: update vm tests to prefer locally-built QEMU | expand

Commit Message

John Snow Sept. 2, 2026, 7:35 p.m. UTC
License trove identifiers were deprecated in favor of SPDX
identifiers, correct this to stop some whining from various python
tooling.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-ID: <20260825215851.1780608-11-jsnow@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
---
 python/setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/python/setup.cfg b/python/setup.cfg
index 8f62b7c1cdb..a22abba6c36 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -8,9 +8,9 @@  download_url = https://www.qemu.org/download/
 description = QEMU Python Build, Debug and SDK tooling.
 long_description = file:PACKAGE.rst
 long_description_content_type = text/x-rst
+license = GPL-2.0-or-later
 classifiers =
     Development Status :: 3 - Alpha
-    License :: OSI Approved :: GNU General Public License v2 (GPLv2)
     Natural Language :: English
     Operating System :: OS Independent
     Programming Language :: Python :: 3 :: Only