1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-09 14:00:55 +08:00

fix record_tmp bug

This commit is contained in:
Young
2020-11-22 03:17:50 +00:00
parent 89977320e3
commit ae60546fe9
3 changed files with 29 additions and 13 deletions

View File

@@ -101,7 +101,7 @@ setup(
entry_points={
# 'console_scripts': ['mycli=mymodule:cli'],
"console_scripts": [
"workflow_by_config=qlib.workflow.cli:run",
"qrun=qlib.workflow.cli:run",
],
},
ext_modules=extensions,