summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian <Shortfinga@users.noreply.github.com>2022-09-16 15:51:29 +0200
committerGitHub <noreply@github.com>2022-09-16 06:51:29 -0700
commit828d5f60207fc3046ac99a17aeaa67b934ea815a (patch)
tree90316b9ef86ce52cc14fb8a64e60068bde8be212
parent6a7edee64c13d06e02b5eef554d9d6d10dcb71c0 (diff)
downloadpycparser-828d5f60207fc3046ac99a17aeaa67b934ea815a.tar.gz
Use proper SPDX identifier (#474)
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f729ac4..fbcff22 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
It parses C code into an AST and can serve as a front-end for
C compilers or analysis tools.
""",
- license='BSD',
+ license='BSD-3-Clause',
version='2.21',
author='Eli Bendersky',
maintainer='Eli Bendersky',