Skip to content

Commit 8fb5b24

Browse files
committed
fix bioimageio entry point
1 parent 200b262 commit 8fb5b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
noarch: python
1717
number: 0
1818
entry_points:
19-
bioimageio = {{ pyproject['project']['scripts']['bioimageio'] }}
19+
- bioimageio = {{ pyproject['project']['scripts']['bioimageio'] }}
2020
script: python -m pip install --no-deps --ignore-installed .
2121

2222
requirements:

0 commit comments

Comments
 (0)