From c5132271c59bc17b91796597fc53e9d65a9a51bc Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Fri, 1 Mar 2013 11:43:36 +0100 Subject: [PATCH] updated manifest and pushed 0.7.1 --- .gitignore | 1 + MANIFEST.in | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index e2a46b9..6fa2aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ testproject/coverage.xml testproject/htmlcov/ testproject/rosetta.db testproject/src/ +testproject/.coverage venv_* diff --git a/MANIFEST.in b/MANIFEST.in index 4166b83..b736cbe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,8 @@ recursive-include rosetta/locale * recursive-include rosetta/tests * recursive-include rosetta/templates * prune testproject +prune rosetta/tests/__pycache__ + + + +