summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorIonel Cristian Maries <contact@ionelmc.ro>2015-02-14 19:05:56 +0200
committerIonel Cristian Maries <contact@ionelmc.ro>2015-02-14 19:05:56 +0200
commit086391fca6239b75046d382ef3adb7159b51230e (patch)
treeede81a1a28c19f0f7ce9d5739050bfcca7eca86a /MANIFEST.in
parent26eb7f9a2e6cc6c229c6a86b6c6bb823e8f5de57 (diff)
downloadpylint-git-086391fca6239b75046d382ef3adb7159b51230e.tar.gz
Remove support for subpackage_of. Use absolute path for readme. Use absolute path for __pkginfo__.py. Graft the tests dir (via MANIFEST.in).
--HG-- branch : support-editable-installs
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index bf6d1474a..18480d0c1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,8 +7,4 @@ include examples/*.py examples/pylintrc examples/pylintrc_camelcase
include elisp/startup elisp/*.el
include man/*.1
recursive-include doc *.rst *.jpeg Makefile *.html *.py
-recursive-include test *.py *.txt *.dot *.sh *.rc
-include test/input/similar*
-include test/input/noext
-include test/data/ascript
-
+graft pylint/test