Skip to content

Commit

Permalink
upgrade to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taigw committed May 4, 2021
1 parent 2060fe7 commit 37b5e90
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

setuptools.setup(
name = 'PYMIC',
version = "0.2.1",
version = "0.2.2",
author ='PyMIC Consortium',
author_email = 'wguotai@gmail.com',
description = description,
long_description = long_description,
long_description_content_type = 'text/markdown',
url = 'https://github.com/ihil/PyMIC',
url = 'https://github.com/HiLab-git/PyMIC',
license = 'Apache 2.0',
packages = setuptools.find_packages(),
classifiers=[
Expand All @@ -29,8 +29,7 @@
python_requires = '>=3.6',
entry_points = {
'console_scripts': [
'pymic_net_run_cls = pymic.net_run.net_run_cls:main',
'pymic_net_run_seg = pymic.net_run.net_run_seg:main',
'pymic_net_run = pymic.net_run.net_run:main',
'pymic_evaluate_cls = pymic.util.evaluation_cls:main',
'pymic_evaluate_seg = pymic.util.evaluation_seg:main'
],
Expand Down

0 comments on commit 37b5e90

Please sign in to comment.