feat: consolidate VM automation in Python daemon
This commit is contained in:
@@ -7,3 +7,13 @@ dependencies = [
|
||||
"onnxruntime>=1.28.0",
|
||||
"rapidocr>=3.9.2",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
ferro-vm = "ferrolang_vm.cli:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/ferrolang_vm"]
|
||||
|
||||
Reference in New Issue
Block a user