Skip to content

Commit

Permalink
fix: plantseg: command not found for dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-yu committed Dec 16, 2024
1 parent 3585207 commit 97e7c04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@
author='Lorenzo Cerrone, Adrian Wolny, Qin Yu',
url='https://github.com/kreshuklab/plant-seg',
author_email='[email protected]',
entry_points={
'console_scripts': [
'plantseg=plantseg.run_plantseg:main',
],
},
)

0 comments on commit 97e7c04

Please sign in to comment.