Fix openhands CLI executable entry point in pyproject.toml (#11338)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Rohit Malhotra
2025-10-13 11:04:46 -04:00
committed by GitHub
parent c5e58572d5
commit cca2a55166

View File

@@ -22,8 +22,7 @@ dependencies = [
"typer>=0.17.4",
]
# Dev-only tools with uv groups: `uv sync --group dev`
scripts.openhands = "openhands_cli.simple_main:main"
scripts = { openhands = "openhands_cli.simple_main:main" }
[dependency-groups]
# Hatchling wheel target: include the package directory