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
commit598201e8ca979d9bc5bd420d4090cc4a900ef872 (patch)
tree8cafa1f57762fad99e2ff5f4a30a2ad840bcea3f /MANIFEST.in
parent6d8412476a296b3a3691af1ffabcb672d9a4920f (diff)
downloadpylint-598201e8ca979d9bc5bd420d4090cc4a900ef872.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).
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 bf6d147..18480d0 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