summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2019-06-14 22:28:42 -0700
committerClaudiu Popa <pcmanticore@gmail.com>2019-06-20 10:02:14 +0200
commit33b8185a455c1686d038258697bb93005f2441c2 (patch)
tree4a50ccac775c009436e45803129e428ed694065f /MANIFEST.in
parent7081d91f30728653000bdfc59ea85a3395f96418 (diff)
downloadpylint-git-33b8185a455c1686d038258697bb93005f2441c2.tar.gz
Stopped installing tests with package
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index dc97c4ece..d9c9f63e5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,11 +1,13 @@
include ChangeLog
+include CONTRIBUTORS.txt
include COPYING
include DEPENDS
-include README README.Python3
+include README.rst
include bin/*
include examples/*.py examples/pylintrc examples/pylintrc_camelcase
include elisp/startup elisp/*.el
include man/*.1
include pytest.ini
-recursive-include doc *.rst *.jpeg Makefile *.html *.py *.bat
-graft pylint/test
+recursive-include doc *.bat *.png *.py *.svg *.rst *.txt Makefile
+graft tests
+recursive-exclude tests *.pyc