Added mo.py to wheel packages (#4731)
This commit is contained in:
parent
882e377ef9
commit
0100810dd6
@ -1,5 +1,6 @@
|
|||||||
[options]
|
[options]
|
||||||
py_modules =
|
py_modules =
|
||||||
|
mo
|
||||||
mo_tf
|
mo_tf
|
||||||
mo_caffe
|
mo_caffe
|
||||||
mo_mxnet
|
mo_mxnet
|
||||||
|
@ -37,7 +37,7 @@ py_modules = []
|
|||||||
for name in os.listdir():
|
for name in os.listdir():
|
||||||
if re.match('requirements(.*)\.txt', name):
|
if re.match('requirements(.*)\.txt', name):
|
||||||
requirements_txt.append(name)
|
requirements_txt.append(name)
|
||||||
if re.match('mo_(.*)\.py', name):
|
if re.match('mo(.*)\.py', name):
|
||||||
py_modules.append(name.split('.')[0])
|
py_modules.append(name.split('.')[0])
|
||||||
|
|
||||||
# Minimal set of dependencies
|
# Minimal set of dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user