From f233db10166e96a55655ca2794428455ad9bf454 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 5 Apr 2021 00:01:16 +0200 Subject: Exclude everything from the final packaging As it's not used in debian packaging at all --- MANIFEST.in | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 1076efb93..47c65a442 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,11 +1,7 @@ -include ChangeLog -include CONTRIBUTORS.txt -include COPYING -include README.rst -include elisp/startup elisp/*.el -include pytest.ini -recursive-include doc *.bat *.png *.py *.svg *.rst *.txt Makefile .md -graft tests -recursive-exclude tests *.pyc .benchmark +exclude ChangeLog # At least 'https://pylint.pycqa.org/en/latest/whatsnew/' is not downloaded for each install +exclude pytest.ini +recursive-exclude elisp * +recursive-exclude doc * +recursive-exclude tests * recursive-exclude script * recursive-exclude examples * -- cgit v1.2.1