summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-05-23 23:23:44 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2010-05-23 23:23:44 +0200
commit7db9872700b0313a4f7752e8894b9329333c38e0 (patch)
tree7721be7387ef7dd96f937fb4dadd30137f7e1f3b /MANIFEST.in
parent82a2225ac939318e7d812cb4ae537be9fb6362cf (diff)
downloadjinja2-7db9872700b0313a4f7752e8894b9329333c38e0.tar.gz
Next release without pycs
--HG-- branch : trunk
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 80aaac4..f593398 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,3 +6,7 @@ recursive-include artwork *
recursive-include examples *
recursive-include jinja2/testsuite/res *
recursive-exclude docs/_build/doctrees *
+recursive-exclude jinja2 *.pyc
+recursive-exclude docs *.pyc
+recursive-exclude jinja2 *.pyo
+recursive-exclude docs *.pyo