From 7b31ecf7d50cf63d8d32fd6b5f6f840cc05c2132 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 25 Jun 2016 10:48:52 -0500 Subject: [PATCH] Update the MANIFEST.in for sdists Let's include our documentation, tests, and src code appropriately --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ab3d229..b87aff1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ include *.rst include CONTRIBUTORS.txt include LICENSE -recursive-include flake8 * +recursive-include docs * +recursive-include tests * +recursive-include src *