From 4d4f137412e64c091376b8268184961a4725fb94 Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Mon, 14 Sep 2009 15:07:24 -0700 Subject: Update the MANIFEST.in to reflect the src/ -> cheetah/ move --- MANIFEST.in | 4 ++-- 1 file 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 -- cgit v1.2.1