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

This commit is contained in:
James Douglass 2020-11-05 09:57:09 -08:00
parent cdc2054c9a
commit a5918a3689
1 changed files with 5 additions and 0 deletions

View File

@ -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