There was an error while loading. Please reload this page.
1 parent e1591fe commit 835c308Copy full SHA for 835c308
1 file changed
pyproject.toml
@@ -17,6 +17,9 @@ dependencies = [
17
"PyYAML>=6.0,<7"
18
]
19
20
+[project.scripts]
21
+agent-machine-py = "agent_machine.cli:main"
22
+
23
[project.urls]
24
Homepage = "https://github.com/SourceOS-Linux/agent-machine"
25
Repository = "https://github.com/SourceOS-Linux/agent-machine"
@@ -26,4 +29,5 @@ where = ["src"]
26
29
27
30
[tool.agent-machine]
28
31
bootstrap_cli = "bin/agent-machine"
32
+python_cli = "agent-machine-py"
33
canonical_validation = "make validate"
0 commit comments