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.
This commit is contained in:
Edward Betts
2016-04-17 10:24:49 +01:00
parent 4d00b069ea
commit 8f9799f0cb

View File

@@ -1 +1,2 @@
include README.rst
recursive-include tests *.py