summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-04 15:28:06 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 15:08:27 +0200
commit8336761e804d205773d98d73ad4cf587af831b12 (patch)
tree8653616c98b54fd791733c42ebfac44ae51836cd /MANIFEST.in
parentfec121eaa5d1900e925c941d2504a8536ae3e7ae (diff)
downloadpylint-git-8336761e804d205773d98d73ad4cf587af831b12.tar.gz
Do not include tests/.benchmark in the packaging
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8bae621e2..3360e7cf6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,6 +6,6 @@ include elisp/startup elisp/*.el
include pytest.ini
recursive-include doc *.bat *.png *.py *.svg *.rst *.txt Makefile
graft tests
-recursive-exclude tests *.pyc
+recursive-exclude tests *.pyc .benchmark
recursive-exclude script *
recursive-exclude examples *