summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-10 17:38:52 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-10 19:22:50 +0200
commitf2b197a4f8af0ceeddf435747a5c937c8632872a (patch)
treec6b0caa44743ef1e25cf0353b69419959649f7d7 /setup.py
parent6c6674e7f4cf4afd4d47b8ccdb42b4b820f07c5b (diff)
downloadastroid-git-f2b197a4f8af0ceeddf435747a5c937c8632872a.tar.gz
Fix issue #891
Remove outdated COPYING and rename COPYING.LESSER
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3438a939..004889a5 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com>
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
-# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER
+# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE
# pylint: disable=W0404,W0622,W0613
"""Setup script for astroid."""