We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be0a79 commit e212208Copy full SHA for e212208
setup.py
@@ -11,7 +11,7 @@
11
12
setuptools.setup(
13
name = 'PYMIC',
14
- version = "0.2",
+ version = "0.2.1",
15
author ='PyMIC Consortium',
16
author_email = '[email protected]',
17
description = description,
@@ -29,8 +29,10 @@
29
python_requires = '>=3.6',
30
entry_points = {
31
'console_scripts': [
32
- 'pymic_net_run = pymic.net_run.net_run:main',
33
- 'pymic_evaluate = pymic.util.evaluation:main'
+ 'pymic_net_run_cls = pymic.net_run.net_run_cls:main',
+ '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'
36
],
37
},
38
)
0 commit comments