Skip to content

Commit

Permalink
Include path to package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanan authored Mar 18, 2024
1 parent 0c3421f commit 89a2e64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ install_requires =
pre-commit

python_requires = >=3.8
include_package_data = True

package_dir =
= src
include_package_data = True
package_data={'':['napari-cellulus/sample_data/fluo_n2dl_hela.tif', 'napari-cellulus/sample_data/tissue_net_sample.npy'}

# add your package requirements here

Expand Down

0 comments on commit 89a2e64

Please sign in to comment.