File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1111
1212setuptools .setup (
1313 name = 'PYMIC' ,
14- version = "0.2.1 " ,
14+ version = "0.2.2 " ,
1515 author = 'PyMIC Consortium' ,
1616 author_email = 'wguotai@gmail.com' ,
1717 description = description ,
1818 long_description = long_description ,
1919 long_description_content_type = 'text/markdown' ,
20- url = 'https://github.com/ihil /PyMIC' ,
20+ url = 'https://github.com/HiLab-git /PyMIC' ,
2121 license = 'Apache 2.0' ,
2222 packages = setuptools .find_packages (),
2323 classifiers = [
2929 python_requires = '>=3.6' ,
3030 entry_points = {
3131 'console_scripts' : [
32- 'pymic_net_run_cls = pymic.net_run.net_run_cls:main' ,
33- 'pymic_net_run_seg = pymic.net_run.net_run_seg:main' ,
32+ 'pymic_net_run = pymic.net_run.net_run:main' ,
3433 'pymic_evaluate_cls = pymic.util.evaluation_cls:main' ,
3534 'pymic_evaluate_seg = pymic.util.evaluation_seg:main'
3635 ],
You can’t perform that action at this time.
0 commit comments