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
commite0d31c2ec17a9968ced556e7e12b37468db1c190 (patch)
tree775fbf0dafc8880adc8c8624ea20635c58982f22 /MANIFEST.in
parent578103a16eb835a314c48c87082d223d94e21497 (diff)
downloadpylint-e0d31c2ec17a9968ced556e7e12b37468db1c190.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 f3aab91..0d63cf1 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