diff options
-rw-r--r-- | MANIFEST.in | 4 |
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 |