Skip to content

Commit

Permalink
fix entry point path
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Dec 16, 2023
1 parent 0f081c3 commit f3414e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ dependencies = [
"scikit-image",
"tifffile",
"tqdm",
# "asv" #----- needed for tox! combine pyproject.toml and tox.ini

]

[project.optional-dependencies]
Expand Down Expand Up @@ -83,7 +81,7 @@ napari = [
"Source Code" = "https://github.com/brainglobe/brainglobe-workflows"

[project.scripts]
cellfinder-workflow = "brainglobe_workflows.cellfinder_core:main_app_wrapper"
cellfinder-workflow = "brainglobe_workflows.cellfinder_core.cellfinder_core:main_app_wrapper"
cellfinder = "brainglobe_workflows.cellfinder_brainreg.main:main"

[build-system]
Expand All @@ -96,7 +94,7 @@ zip-safe = false

[tool.setuptools.packages.find]
include = ["brainglobe_workflows"]
exclude = ["brainglobe_workflows.cellfinder_core","tests", "resources", "benchmarks"]
exclude = ["brainglobe_workflows.cellfinder_core","tests", "resources", "benchmarks"] # it's not excluding "brainglobe_workflows.cellfinder_core"!

[tool.black]
target-version = ["py39", "py310"]
Expand Down

0 comments on commit f3414e9

Please sign in to comment.