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:
parent
cdc2054c9a
commit
a5918a3689
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue