We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52ecba commit 5b3dda6Copy full SHA for 5b3dda6
.github/workflows/test_and_deploy.yml
@@ -7,7 +7,6 @@ on:
7
push:
8
branches:
9
- main
10
- - cy/training
11
tags:
12
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
13
pull_request:
setup.cfg
@@ -35,11 +35,11 @@ install_requires =
35
where = .
36
37
[options.package_data]
38
-napari-cellseg3d =
+napari_cellseg3d =
39
res/*.png
40
code_models/models/pretrained/*.json
41
napari.yaml
42
43
[options.entry_points]
44
napari.manifest =
45
- napari-cellseg3d = napari_cellseg3d:napari.yaml
+ napari_cellseg3d = napari_cellseg3d:napari.yaml
0 commit comments