diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-04 15:32:06 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-05 15:08:27 +0200 |
commit | eb77cc89d11bbd901940e0161eae0cc6c49082a7 (patch) | |
tree | 192ea08ddb73219655a3883ca7fcf5c6d90069b6 | |
parent | 8336761e804d205773d98d73ad4cf587af831b12 (diff) | |
download | pylint-git-eb77cc89d11bbd901940e0161eae0cc6c49082a7.tar.gz |
Include all file in the doc/ in the packaging
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 3360e7cf6..1076efb93 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,7 @@ include COPYING include README.rst include elisp/startup elisp/*.el include pytest.ini -recursive-include doc *.bat *.png *.py *.svg *.rst *.txt Makefile +recursive-include doc *.bat *.png *.py *.svg *.rst *.txt Makefile .md graft tests recursive-exclude tests *.pyc .benchmark recursive-exclude script * |