From 9ac2729838c7fd86799936bbe91dd6c6411fdfe9 Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Fri, 28 Jun 2024 04:48:34 +0100 Subject: [PATCH] Explicitly exclude the Sphinx build dir --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9ce8e7fe7..e8090d302 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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.