From df5050eaaf2a2b12d7ec92c283b25ce857b40517 Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Wed, 24 Oct 2012 20:59:33 -0600 Subject: [PATCH] Gather everything under the tests --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4b74f29c204..c5409716b3a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,7 @@ include LICENSE include README.rst include requirements.txt include tests/*.py -recursive-include tests *.py +recursive-include tests * include tests/integration/modules/files/* include tests/integration/files/* include tests/unit/templates/files/*