From bfd3f37bf4632312f4143a9d32e7cccad95e91cf Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 20 Jul 2012 11:13:35 +0200 Subject: [PATCH] Include test assets in distribution --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 40093c01..bec6d1a3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,5 @@ include *.rst global-include *.py recursive-include pelican *.html *.css *png *.in include LICENSE THANKS +recursive-include tests * +recursive-exclude tests *.pyc