projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a2225
)
Next release without pycs
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sun, 23 May 2010 21:23:44 +0000
(23:23 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Sun, 23 May 2010 21:23:44 +0000
(23:23 +0200)
--HG--
branch : trunk
MANIFEST.in
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index 80aaac4c4e5a6cf248462538e95f7b0fc11aa06c..f593398bfaefe76b5c7ec232a474e6805df5cdf2 100644
(file)
--- 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