Skip to content

Commit 7fa0e7f

Browse files
authored
Merge pull request #95 from AFM-SPM/ahobbs7/fixing-no-entry-point
Adding napari entry point to pyproject.toml so plugin can be detected
2 parents 775f16a + 2781342 commit 7fa0e7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,6 @@ filterwarnings = [
171171
"ignore::UserWarning"
172172
]
173173
xfail_strict = true
174+
175+
[project.entry-points."napari.manifest"]
176+
napari-TopoStats = "napari_topostats:napari.yaml"

0 commit comments

Comments
 (0)