From 490d3ebaf17fb3ad369cfd913d31de902324f184 Mon Sep 17 00:00:00 2001 From: Maximilian Date: Fri, 16 Sep 2022 12:39:03 +0200 Subject: Use proper SPDX identifier (GH-5032) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d0d862382..1398c1574 100755 --- a/setup.py +++ b/setup.py @@ -273,7 +273,7 @@ def run_build(): .. _Pyrex: https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ """), - license='Apache', + license='Apache-2.0', classifiers=[ dev_status(version), "Intended Audience :: Developers", -- cgit v1.2.1