From c7b99a85cb6dbb07f430a62c4beee9e01e307625 Mon Sep 17 00:00:00 2001 From: Marc-Etienne Vargenau Date: Wed, 22 Oct 2025 18:44:41 +0200 Subject: [PATCH] Implement PEP 639 Signed-off-by: Marc-Etienne Vargenau --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff65d39102..024744c949 100755 --- a/setup.py +++ b/setup.py @@ -71,13 +71,13 @@ include_package_data=True, python_requires=">=3.9", install_requires=requires, + license_expression="Apache-2.0", license=about["__license__"], zip_safe=False, classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python",