Skip to content

Commit

Permalink
build: adds prune statements in MANIFEST to remove unwanted folders f…
Browse files Browse the repository at this point in the history
…rom built package
  • Loading branch information
ElpadoCan committed Feb 14, 2025
1 parent 99d66c3 commit d5fea13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include LICENSE
include notebooks/*
include UserManual/*
include FijiMacros/*
include cellacdc/resources/*
include cellacdc/bioformats/jars/*
include cellacdc/bioformats/tests/*
Expand All @@ -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
Expand Down

0 comments on commit d5fea13

Please sign in to comment.