Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
update setup.py
  • Loading branch information
QuanluZhang committed Sep 7, 2018
1 parent 7f260be commit 18c7594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run(self):

packages = find_packages('src/sdk/pynni', exclude=['tests']) + find_packages('tools'),
package_dir = {
'annotation': 'tools/annotation',
'annotation': 'tools/nni_annotation',
'nni': 'src/sdk/pynni/nni',
'nnicmd': 'tools/nnicmd'
},
Expand Down

0 comments on commit 18c7594

Please sign in to comment.