From 8f9799f0cbbe3ecb20a543244829f87241323adb Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 17 Apr 2016 10:24:49 +0100 Subject: [PATCH] Include tests in release source tarball I'm thinking about packaging gpiozero so it can be included in Debian. It would be great to include the test suite in the pypi tarball so the tests can be run when the Debian package is built. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9561fb1..40b7bf4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include README.rst +recursive-include tests *.py