"...tool_parser/git@developer.sourcefind.cn:change/sglang.git" did not exist on "dc01313da1b2da1def295e4b41f9d347d70a74ac"
Commit e3872ba1 authored by Gems Guo's avatar Gems Guo Committed by goooxu
Browse files

Uniform the names of python modules

parent 761638d8
...@@ -2,7 +2,7 @@ import setuptools ...@@ -2,7 +2,7 @@ import setuptools
setuptools.setup( setuptools.setup(
name = 'nnictl', name = 'nnictl',
version = '0.3.0', version = '0.3.2',
packages = setuptools.find_packages(exclude=['*test*']), packages = setuptools.find_packages(exclude=['*test*']),
python_requires = '>=3.5', python_requires = '>=3.5',
...@@ -22,7 +22,7 @@ setuptools.setup( ...@@ -22,7 +22,7 @@ setuptools.setup(
url = 'https://github.com/Microsoft/nni', url = 'https://github.com/Microsoft/nni',
entry_points = { entry_points = {
'console_scripts' : [ 'console_scripts' : [
'nnictl = nnicmd.nnictl:parse_args' 'nnictl = nni_cmd.nnictl:parse_args'
] ]
} }
) )
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment