Skip to content

Commit

Permalink
Simplify pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Jul 15, 2024
1 parent f216fa5 commit 53c9a7d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,7 @@ dev = [
]

[project.entry-points."napari.manifest"]
cellfinder-napari = "brainglobe_segmentation:napari.yaml"

[project.scripts]
brainglobe-segmentation = "brainglobe_segmentation.segment:main"

[project.entry-points."napari.plugin"]
brainglobe-segmentation = "brainglobe_segmentation.plugins"
brainglobe-segmentation = "brainglobe_segmentation:napari.yaml"

[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
Expand Down

0 comments on commit 53c9a7d

Please sign in to comment.