From a5918a36895671f74b4811981c2c6ce3673dd008 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Thu, 5 Nov 2020 09:57:09 -0800 Subject: [PATCH] Explicitly removing certain directories from the source distribution. I left in the test directories and the Makefile in case someone wants to be able to run the tests on the sample data. RE:#125 --- MANIFEST.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 3eb02cea5..553957088 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,8 @@ include pyproject.toml include requirements.txt include requirements-dev.txt include requirements-gui.txt +prune .github +prune ci +prune exe +prune installer +prune doc/users-guide