Skip to content

Commit 37b5e90

Browse files
committed
upgrade to 0.2.2
1 parent 2060fe7 commit 37b5e90

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

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

1212
setuptools.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=[
@@ -29,8 +29,7 @@
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
],

0 commit comments

Comments
 (0)