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
00b03d2e
Commit
00b03d2e
authored
Feb 28, 2019
by
Zejun Lin
Committed by
chicm-ms
Mar 05, 2019
Browse files
Add package_data in setup.py (#795)
add package requirement data in setup.py
parent
bf72b298
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
deployment/pypi/setup.py
deployment/pypi/setup.py
+2
-1
No files found.
deployment/pypi/setup.py
View file @
00b03d2e
...
...
@@ -56,6 +56,7 @@ setuptools.setup(
'nni_gpu_tool'
:
'../../tools/nni_gpu_tool'
,
'nni'
:
'../../src/sdk/pynni/nni'
},
package_data
=
{
'nni'
:
[
'**/requirements.txt'
]},
python_requires
=
'>=3.5'
,
install_requires
=
[
'schema'
,
...
...
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