summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-04 15:53:57 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 15:08:27 +0200
commit16c5499cb9f9f135309f4dd90ee60029c8ce6395 (patch)
tree946a68abd48ac6c025a37ed21319eefab206aa5d /MANIFEST.in
parenteb77cc89d11bbd901940e0161eae0cc6c49082a7 (diff)
downloadpylint-git-16c5499cb9f9f135309f4dd90ee60029c8ce6395.tar.gz
Properly include requirement.txt file in the package
Otherwise source distributions do not work as the setup.py rely on those files.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1076efb93..a114fa1f5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,7 @@ include ChangeLog
include CONTRIBUTORS.txt
include COPYING
include README.rst
+include requirements_*.txt
include elisp/startup elisp/*.el
include pytest.ini
recursive-include doc *.bat *.png *.py *.svg *.rst *.txt Makefile .md