Skip to content

Commit

Permalink
moved startup script to own module
Browse files Browse the repository at this point in the history
in order to include this in the package and be able to use it as a clean
entrypoint.
  • Loading branch information
k-dominik committed Feb 18, 2022
1 parent 28bb8dc commit c571477
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ outputs:
build:
noarch: python
entry_points:
- ilastik = ilastik.__main__:main
- ilastik = ilastik_scripts.ilastik:main
requirements:
run:
- python 3.7.*
Expand Down Expand Up @@ -144,7 +144,7 @@ outputs:
build:
noarch: python
entry_points:
- ilastik = ilastik.__main__:main
- ilastik = ilastik_scripts.ilastik:main
requirements:
run:
- python 3.7.*
Expand Down
Empty file added ilastik_scripts/__init__.py
Empty file.
File renamed without changes.

0 comments on commit c571477

Please sign in to comment.