summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaximilian <Shortfinga@users.noreply.github.com>2022-09-16 12:39:03 +0200
committerGitHub <noreply@github.com>2022-09-16 12:39:03 +0200
commit490d3ebaf17fb3ad369cfd913d31de902324f184 (patch)
tree19584757fb125fc74dca1a951327d0b07974bc07 /setup.py
parentba2269e1d40bdfe13cee35b79ebc7175b8648ebf (diff)
downloadcython-490d3ebaf17fb3ad369cfd913d31de902324f184.tar.gz
Use proper SPDX identifier (GH-5032)
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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",