Explicitly exclude the Sphinx build dir

This commit is contained in:
Peter Cock
2024-06-28 04:48:34 +01:00
parent 2ae12c78f5
commit 9ac2729838

View File

@ -37,6 +37,7 @@ recursive-include Doc/images *.svg # e.g. the new logo for the Tutorial
include Doc/examples/ls_orchid.gbk.gz
include Doc/examples/ls_orchid.gbk.bz2
include Doc/examples/ec_5.4.2.2.txt
exclude Doc/_build/
# Include Bio.Cluster, Bio.Affy, Bio.phenotype
# Note setup.py will only install these if Numpy is installed.