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