From 19708426661437fffb72675282d1e7599651402a Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Tue, 23 Sep 2014 22:56:52 -0600 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