Skip to content

Commit 5b3dda6

Browse files
authored
Fix setup.cfg name (#66)
* Update setup.cfg * Remove unused test trigger in Actions * Update README for v0.1.3 * Revert "Update README for v0.1.3" This reverts commit 350a013.
1 parent e52ecba commit 5b3dda6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
push:
88
branches:
99
- main
10-
- cy/training
1110
tags:
1211
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
1312
pull_request:

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ install_requires =
3535
where = .
3636

3737
[options.package_data]
38-
napari-cellseg3d =
38+
napari_cellseg3d =
3939
res/*.png
4040
code_models/models/pretrained/*.json
4141
napari.yaml
4242

4343
[options.entry_points]
4444
napari.manifest =
45-
napari-cellseg3d = napari_cellseg3d:napari.yaml
45+
napari_cellseg3d = napari_cellseg3d:napari.yaml

0 commit comments

Comments
 (0)