Skip to content

Commit

Permalink
Fixed missing .yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Achard committed Apr 11, 2023
1 parent 7100f4d commit ebb2248
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion napari_cellseg3d/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2rc4"
__version__ = "0.0.2rc5"
2 changes: 1 addition & 1 deletion napari_cellseg3d/code_plugins/plugin_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, viewer: "napari.viewer.Viewer"):
self.logo_label.setToolTip("Open Github page")

self.info_label = ui.make_label(
f"You are using napari-cellseg3d v.{'0.0.2rc4'}\n\n"
f"You are using napari-cellseg3d v.{'0.0.2rc5'}\n\n"
f"Plugin for cell segmentation developed\n"
f"by the Mathis Lab of Adaptive Motor Control\n\n"
f"Code by :\nCyril Achard\nMaxime Vidal\nJessy Lauer\nMackenzie Mathis\n"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "napari_cellseg3d"
version = "0.0.2rc4"
version = "0.0.2rc5"
authors = [
{name = "Cyril Achard", email = "[email protected]"},
{name = "Maxime Vidal", email = "[email protected]"},
Expand Down Expand Up @@ -37,7 +37,7 @@ build-backend = "setuptools.build_meta"
where = ["."]

[tool.setuptools.package-data]
"*" = ["napari_cellseg3d/res/*.png", "napari_cellseg3d/code_models/models/pretrained/*.json"]
"*" = ["napari_cellseg3d/res/*.png", "napari_cellseg3d/code_models/models/pretrained/*.json", "*.yaml"]

[tool.ruff]
# Never enforce `E501` (line length violations).
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = napari-cellseg3d
version = 0.0.2rc4
version = 0.0.2rc5
author = Cyril Achard, Maxime Vidal, Jessy Lauer, Mackenzie Mathis
author_email = [email protected], [email protected], [email protected]

Expand Down Expand Up @@ -67,6 +67,7 @@ where = .
* =
napari_cellseg3d/res/*.png
napari_cellseg3d/code_models/models/pretrained/*.json
napari.yaml
napari-cellseg3d = napari.yaml

[options.entry_points]
Expand Down

0 comments on commit ebb2248

Please sign in to comment.