From d5fea131521ada8ad5744e7a0f5f167fb311c96b Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 14 Feb 2025 11:48:00 +0100 Subject: [PATCH] build: adds prune statements in MANIFEST to remove unwanted folders from built package --- MANIFEST.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4433f6eb..edbfa422 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,6 @@ include LICENSE include notebooks/* include UserManual/* -include FijiMacros/* include cellacdc/resources/* include cellacdc/bioformats/jars/* include cellacdc/bioformats/tests/* @@ -22,6 +21,10 @@ exclude cellacdc/utils/deprecated prune cellacdc/docs/source/images prune .github +prune tables +prune publications +prine notebooks +prune FijiMacros exclude cellacdc/models/YeastMate/detectron2 exclude cellacdc/models/YeastMate/pycocotools