summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2011-05-21 09:39:07 +0300
committereli.bendersky <devnull@localhost>2011-05-21 09:39:07 +0300
commit08f71659aa2671a1954d13188d173b9fe9f5d5d0 (patch)
tree3811f077162a8efe569a47ea00cb2dd5231f5715 /MANIFEST.in
parent19d1b97f11c609138666947eea1efef35820b83d (diff)
downloadpycparser-08f71659aa2671a1954d13188d173b9fe9f5d5d0.tar.gz
some manifest changes for setup sdistrelease_v2.04
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 91b4533..9425490 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,6 +4,8 @@ recursive-include pycparser *.py *.cfg
include utils/*.exe
include utils/fake_libc_include/*.h
include README.*
+include LICENSE
include setup.*
-prune tests/yacctab.*
+recursive-exclude tests yacctab.* lextab.*
+recursive-exclude examples yacctab.* lextab.*