Commit 1e5e440e96 for qemu.org
commit 1e5e440e96529fef059b02ac466c23a97a50a9bf
Author: John Snow <jsnow@redhat.com>
Date: Tue Aug 25 17:58:45 2026 -0400
python: fix license configuration
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>
diff --git a/python/setup.cfg b/python/setup.cfg
index 8f62b7c1cd..a22abba6c3 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