diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-10 17:38:52 +0200 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-10 19:22:50 +0200 |
| commit | f2b197a4f8af0ceeddf435747a5c937c8632872a (patch) | |
| tree | c6b0caa44743ef1e25cf0353b69419959649f7d7 /setup.py | |
| parent | 6c6674e7f4cf4afd4d47b8ccdb42b4b820f07c5b (diff) | |
| download | astroid-git-f2b197a4f8af0ceeddf435747a5c937c8632872a.tar.gz | |
Fix issue #891
Remove outdated COPYING and rename COPYING.LESSER
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.""" |
