From a4cfabe32b55dcb4ee9d629c856ace355b6f7c9e Mon Sep 17 00:00:00 2001 From: Todd Date: Wed, 14 Nov 2018 23:09:11 -0500 Subject: [PATCH] Include docs and tests in sdists These are useful to downstreams, such as linux packagers. --- MANIFEST.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index a5021c60..8fb0e6e7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,7 @@ include README.rst include LICENSE +include requirements.txt +include requirements-*.txt +include tox.ini +graft docs +graft tests