summaryrefslogtreecommitdiff
path: root/MANIFEST.in
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 /MANIFEST.in
parent6c6674e7f4cf4afd4d47b8ccdb42b4b820f07c5b (diff)
downloadastroid-git-f2b197a4f8af0ceeddf435747a5c937c8632872a.tar.gz
Fix issue #891
Remove outdated COPYING and rename COPYING.LESSER
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8cf73ba0..1d4d411b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,6 @@
include ChangeLog
include README.rst
-include COPYING
-include COPYING.LESSER
+include LICENSE
include pytest.ini
recursive-include tests *.py *.zip *.egg *.pth
recursive-include astroid/brain *.py