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 <[email protected]> Reviewed-by: Marc-André Lureau <[email protected]> --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.55.0
