summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-08-28 11:14:14 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-08-28 11:14:14 +0200
commit6bb984afd8b0c39fba5ee7fa3c601eb77cfe218a (patch)
treeb435a620e4b367230be6877cce5d0bfe7cc2352c /MANIFEST.in
parent74eebc660ef9f0a9d8558e35559591abddea6997 (diff)
downloadpylint-6bb984afd8b0c39fba5ee7fa3c601eb77cfe218a.tar.gz
simplify and fix MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in28
1 files changed, 8 insertions, 20 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0a1ba42..2fcee65 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,23 +1,11 @@
+include ChangeLog
include COPYING
include DEPENDS
-include ChangeLog
-include TODO
-include bin/symilar
-include bin/pylint
-include bin/pylint-gui
-include bin/epylint
-include bin/pyreverse
-include bin/*.bat
-include examples/pylintrc*
-include examples/*.py
-include elisp/*.el
-include elisp/startup
-include man/pylint.1
-include man/pyreverse.1
-include test/data/packages_No_Name.dot
-include test/data/classes_No_Name.dot
+include bin/*
+include examples/*
+include elisp/*
+include man/*
recursive-include doc *.txt *.html
-recursive-include test/input *.py similar* noext
-recursive-include test/messages *.txt *.txt2
-recursive-include test/regrtest_data *.py
-include test/fulltest.sh
+recursive-include test *.py *.txt *.txt2 *.dot *.sh
+include test/input/similar* noext
+include test/input/noext