Skip to content

Commit

Permalink
Include package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
zoccoler committed Oct 17, 2023
1 parent a53129b commit 16c03e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ include README.md
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

include src/napari_signal_selector/data/*
include src/napari_signal_selector/icons/*

5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ package_dir =

[options.packages.find]
where = src
exclude =
napari_signal_selector.icons
napari_signal_selector.data

[options.entry_points]
napari.manifest =
Expand All @@ -64,3 +67,5 @@ testing =

[options.package_data]
* = *.yaml
napari_signal_selector = data/*, icons*

0 comments on commit 16c03e1

Please sign in to comment.