From aea6bc4c933309d4328ae7ea03e94e31fceaa363 Mon Sep 17 00:00:00 2001 From: Alex Brandt Date: Fri, 26 Sep 2014 13:59:39 -0500 Subject: [PATCH] Add tests to sdist. --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 040a4bc6..f60f3f11 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,5 @@ include test-requirements.txt include requirements.txt include requirements3.txt include README.md -include LICENSE \ No newline at end of file +include LICENSE +recursive-include tests *.py