summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-09-14 15:07:24 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-09-14 15:07:24 -0700
commit4d4f137412e64c091376b8268184961a4725fb94 (patch)
treeed1e907078e24218b54f2b5119ad5afcc3f087fc /MANIFEST.in
parent458d63a67c4188d15e22f09a0e9e266728a151ac (diff)
downloadpython-cheetah-4d4f137412e64c091376b8268184961a4725fb94.tar.gz
Update the MANIFEST.in to reflect the src/ -> cheetah/ move
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 26212ff..266004d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,7 @@
include MANIFEST.in *.py *.cfg TODO CHANGES LICENSE README examples docs bin
-recursive-include src *.py *.tmpl *.txt
+recursive-include cheetah *.py *.tmpl *.txt
recursive-include bin *
recursive-include docs *
recursive-include examples *
-recursive-exclude src *.pyc *~ *.aux
+recursive-exclude cheetah *.pyc *~ *.aux
recursive-exclude docs *~ *.aux