From 04f254b83d3cb7b596464200de6bd8a0817dc372 Mon Sep 17 00:00:00 2001 From: Todd Date: Sun, 11 Aug 2019 00:38:52 -0400 Subject: [PATCH 1/2] Include tests in sdists This lets downstream users and packagers check their installation. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index a4a5f4aa3..d42433eb4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,5 @@ include LICENSE include *.md include *.txt include *.rst + +graft tests From 6fa126e9f2c4152dba8c9a852d5083c3e4ed036e Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Sun, 1 Sep 2019 18:10:02 +0200 Subject: [PATCH 2/2] Exclude large notebook from tests --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index d42433eb4..63e250bce 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,3 +4,5 @@ include *.txt include *.rst graft tests +prune tests\__pycache__ +global-exclude *population.ipynb