summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-11 17:54:52 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-11 17:56:31 +0200
commit9d959abd39cd787fa7b5d68327d19d3972fe888e (patch)
treede0bacb6651b718342a2b79584453f6516dd92da
parentaf52033971eccecea47597ebbfaeac15773b3e1b (diff)
downloadpylint-git-9d959abd39cd787fa7b5d68327d19d3972fe888e.tar.gz
Follow up to COPYING renamed
-rw-r--r--doc/whatsnew/2.8.rst2
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/whatsnew/2.8.rst b/doc/whatsnew/2.8.rst
index 9b1c036cf..74beb7de4 100644
--- a/doc/whatsnew/2.8.rst
+++ b/doc/whatsnew/2.8.rst
@@ -31,3 +31,5 @@ Other Changes
not contain the package metadata anymore.
* Updated ``astroid`` to 2.5.3
+
+* COPYING has been renamed to LICENSE for standardization.
diff --git a/setup.cfg b/setup.cfg
index 0448df594..9045c5ba9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,7 +7,7 @@ long_description_content_type = text/x-rst
url = https://github.com/PyCQA/pylint
author = Python Code Quality Authority
author_email = code-quality@python.org
-license = GPL-2.0
+license = GPL-2.0-or-later
license_files =
LICENSE
CONTRIBUTORS.txt