Skip to content

Commit

Permalink
Fix setup.cfg name (#66)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
C-Achard authored May 3, 2024
1 parent e52ecba commit 5b3dda6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- main
- cy/training
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ install_requires =
where = .

[options.package_data]
napari-cellseg3d =
napari_cellseg3d =
res/*.png
code_models/models/pretrained/*.json
napari.yaml

[options.entry_points]
napari.manifest =
napari-cellseg3d = napari_cellseg3d:napari.yaml
napari_cellseg3d = napari_cellseg3d:napari.yaml

0 comments on commit 5b3dda6

Please sign in to comment.