From 036f786ed3c0890aef7c3edcaeae5fe2aeafef1b Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 23 Sep 2014 17:58:37 +0200 Subject: [PATCH] Add tests to distribution See #119 --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index d657662..4cc9fd0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,8 @@ include AUTHORS.rst include CHANGELOG.rst include LICENSE include example.cfg +include build.sh recursive-include docs * +recursive-include tests * prune docs/_build