commit | 7db9872700b0313a4f7752e8894b9329333c38e0 | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Sun May 23 23:23:44 2010 +0200 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Sun May 23 23:23:44 2010 +0200 |
tree | 7721be7387ef7dd96f937fb4dadd30137f7e1f3b | |
parent | 82a2225ac939318e7d812cb4ae537be9fb6362cf [diff] |
Next release without pycs --HG-- branch : trunk
diff --git a/MANIFEST.in b/MANIFEST.in index 80aaac4..f593398 100644 --- a/MANIFEST.in +++ b/MANIFEST.in
@@ -6,3 +6,7 @@ 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