You need to sign in or sign up before continuing.
Commit 8d2eaad5 authored by Deshui Yu's avatar Deshui Yu Committed by fishyds
Browse files

Update setup.py url to NNI github site

parent 19f89761
...@@ -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 = {
......
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