Skip to content

Commit e212208

Browse files
committed
update setup
1 parent 6be0a79 commit e212208

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name = 'PYMIC',
14-
version = "0.2",
14+
version = "0.2.1",
1515
author ='PyMIC Consortium',
1616
author_email = '[email protected]',
1717
description = description,
@@ -29,8 +29,10 @@
2929
python_requires = '>=3.6',
3030
entry_points = {
3131
'console_scripts': [
32-
'pymic_net_run = pymic.net_run.net_run:main',
33-
'pymic_evaluate = pymic.util.evaluation:main'
32+
'pymic_net_run_cls = pymic.net_run.net_run_cls:main',
33+
'pymic_net_run_seg = pymic.net_run.net_run_seg:main',
34+
'pymic_evaluate_cls = pymic.util.evaluation_cls:main',
35+
'pymic_evaluate_seg = pymic.util.evaluation_seg:main'
3436
],
3537
},
3638
)

0 commit comments

Comments
 (0)