"test/vscode:/vscode.git/clone" did not exist on "f8511fada0e8f11f0e6d64b0d0df3fa63b021330"
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
setuptools.setup(
name = 'nnictl',
version = '0.3.0',
version = '0.3.2',
packages = setuptools.find_packages(exclude=['*test*']),
python_requires = '>=3.5',
......@@ -22,7 +22,7 @@ setuptools.setup(
url = 'https://github.com/Microsoft/nni',
entry_points = {
'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