summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2005-05-15 21:56:33 +0000
committertavis_rudd <tavis_rudd>2005-05-15 21:56:33 +0000
commitba724013556e0da0fa3c1339700ed867e7c6d621 (patch)
tree9dc8757a074c00268dc7761791baf387f453df28 /MANIFEST.in
parentd95c915094fc66d376fcea2e6ffeb23a8701676d (diff)
downloadpython-cheetah-ba724013556e0da0fa3c1339700ed867e7c6d621.tar.gz
tightened up the inclusions
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 6d083ba..c3538be 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
include *.py *.cfg TODO CHANGES LICENSE README examples docs bin
-recursive-include src *
+recursive-include src *.py *.tmpl *.txt
recursive-include bin *
recursive-include docs *
recursive-include examples *