Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
8d2eaad5
"host/vscode:/vscode.git/clone" did not exist on "a2ad6d35315555cddeb7cf6e76fc5eee3864e6f6"
Commit
8d2eaad5
authored
Sep 10, 2018
by
Deshui Yu
Committed by
fishyds
Sep 10, 2018
Browse files
Update setup.py url to NNI github site
parent
19f89761
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
8d2eaad5
...
@@ -63,7 +63,7 @@ setup(
...
@@ -63,7 +63,7 @@ setup(
description
=
'Neural Network Intelligence project'
,
description
=
'Neural Network Intelligence project'
,
long_description
=
read
(
'docs/NNICTLDOC.md'
),
long_description
=
read
(
'docs/NNICTLDOC.md'
),
license
=
'MIT'
,
license
=
'MIT'
,
url
=
'https://
msrasrg.visualstudio.com/NeuralNetworkIntelligence
'
,
url
=
'https://
github.com/Microsoft/nni
'
,
packages
=
find_packages
(
'src/sdk/pynni'
,
exclude
=
[
'tests'
])
+
find_packages
(
'tools'
),
packages
=
find_packages
(
'src/sdk/pynni'
,
exclude
=
[
'tests'
])
+
find_packages
(
'tools'
),
package_dir
=
{
package_dir
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment