summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2013-04-29 12:05:27 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2013-04-29 12:05:27 +0200
commitcee8b204aded1d01a854de4efc37b793619ef630 (patch)
tree57b57fbd5aea341b015509cf179fb111803dd02a /MANIFEST.in
parentdd885bbbe635b03a6479a60056a38317bd4a7aeb (diff)
downloadpylint-git-cee8b204aded1d01a854de4efc37b793619ef630.tar.gz
fix manifest.in so doc is back into source distribution, as well as some rephrasing to avoid junk. Closes issue #6
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f3aab910d..0d63cf170 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,12 +1,12 @@
include ChangeLog
include COPYING
include DEPENDS
-include README*
+include README README.Python3
include bin/*
-include examples/*
-include elisp/*
-include man/*
-recursive-include doc *.txt *.html
+include examples/*.py examples/pylintrc examples/pylintrc_camelcase
+include elisp/startup elisp/*.el
+include man/*.1
+recursive-include doc *.rst *.jpeg Makefile *.html
recursive-include test *.py *.txt *.txt2 *.dot *.sh
include test/input/similar* noext
include test/input/noext