Skip to content

Commit 2659ce3

Browse files
committed
Replace scripts by compiler.
1 parent 766da2e commit 2659ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ def source_files(directory):
116116
distclass=binaryDist,
117117
entry_points={
118118
'console_scripts': [
119-
'onnx-cpp = deepC.scripts.onnx2cpp:main',
120-
'compile-onnx = deepC.scripts.onnx2exe:main',
119+
'onnx-cpp = deepC.compiler.onnx2cpp:main',
120+
'compile-onnx = deepC.compiler.onnx2exe:main',
121121
]
122122
},
123123
dependency_links=[]

0 commit comments

Comments
 (0)