summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-04 15:27:11 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 15:08:27 +0200
commitfec121eaa5d1900e925c941d2504a8536ae3e7ae (patch)
tree5ad592541eafa4d4bb90305cbc6c55b3d1aa3f40 /MANIFEST.in
parent0e3cd3ee0938477652569a734306cde9e137a48e (diff)
downloadpylint-git-fec121eaa5d1900e925c941d2504a8536ae3e7ae.tar.gz
Do not include examples 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 ddf2f8d6a..8bae621e2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,10 +2,10 @@ include ChangeLog
include CONTRIBUTORS.txt
include COPYING
include README.rst
-include examples/*.py examples/pylintrc examples/pylintrc_camelcase examples/pylintrc
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 script *
+recursive-exclude examples *