summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-02-21 23:28:32 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-28 21:52:27 +0100
commit924a1a4ac8192a0948462f8f65fe30040770a37c (patch)
tree6b8f50e776a872ff73a5e7be91deb893548e3577
parent2e149d2ca8314ec7b4aaaa3b730a2b41bcf9b4a2 (diff)
downloadpylint-git-924a1a4ac8192a0948462f8f65fe30040770a37c.tar.gz
Use correct SPDX license tag
-rw-r--r--pylint/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index c3e63a1fd..a4f8d4e19 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -52,7 +52,7 @@ extras_require = {}
extras_require[':sys_platform=="win32"'] = ["colorama"]
extras_require["docs"] = ["sphinx==3.5.1", "python-docs-theme==2020.12"]
-license = "GPL"
+license = "GPL-2.0-or-later"
description = "python code static checker"
web = "https://github.com/PyCQA/pylint"
mailinglist = "mailto:code-quality@python.org"