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
fa2b2f40
Commit
fa2b2f40
authored
Sep 07, 2018
by
QuanluZhang
Browse files
Update setup.py
parent
c8b49da8
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 @
fa2b2f40
...
@@ -67,7 +67,7 @@ setup(
...
@@ -67,7 +67,7 @@ setup(
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
=
{
'annotation'
:
'tools/nni_annotation'
,
'
nni_
annotation'
:
'tools/nni_annotation'
,
'nni'
:
'src/sdk/pynni/nni'
,
'nni'
:
'src/sdk/pynni/nni'
,
'nnicmd'
:
'tools/nnicmd'
'nnicmd'
:
'tools/nnicmd'
},
},
...
...
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