From 8ec8c3cd1f699a33b6e6fc45e465746f17a42422 Mon Sep 17 00:00:00 2001 From: Maximilian Date: Mon, 4 May 2026 15:50:29 +0200 Subject: [PATCH] Use SPDX license identifier The SPDX ID for the Apache 2 is Apache-2.0. This would help compliance and license scanners to determine the correct license. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af6b2105..3f911f6a 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def get_version(): extras_require={ 'crt': 'botocore[crt]>=1.37.4,<2.0a.0', }, - license="Apache License 2.0", + license="Apache-2.0", python_requires=">= 3.10", classifiers=[ 'Development Status :: 3 - Alpha',