Skip to content

Commit 835c308

Browse files
committed
Expose transitional Python CLI entrypoint
1 parent e1591fe commit 835c308

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ dependencies = [
1717
"PyYAML>=6.0,<7"
1818
]
1919

20+
[project.scripts]
21+
agent-machine-py = "agent_machine.cli:main"
22+
2023
[project.urls]
2124
Homepage = "https://github.com/SourceOS-Linux/agent-machine"
2225
Repository = "https://github.com/SourceOS-Linux/agent-machine"
@@ -26,4 +29,5 @@ where = ["src"]
2629

2730
[tool.agent-machine]
2831
bootstrap_cli = "bin/agent-machine"
32+
python_cli = "agent-machine-py"
2933
canonical_validation = "make validate"

0 commit comments

Comments
 (0)