From 01af9961de403f63cc6bb8714f19988df9b66325 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 17 Nov 2024 22:18:14 +0100 Subject: [PATCH] Use SPDX license expression (#484) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec5c4253..778226ca 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ project_urls=PROJECT_URLS, python_requires=">={}".format(MIN_PY_VERSION), install_requires=REQUIRES, - license="Apache License 2.0", + license="Apache-2.0", license_file="LICENSE", classifiers=[ "Development Status :: 5 - Production/Stable",