mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
Fix openhands CLI executable entry point in pyproject.toml (#11338)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -22,8 +22,7 @@ dependencies = [
|
|||||||
"typer>=0.17.4",
|
"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]
|
[dependency-groups]
|
||||||
# Hatchling wheel target: include the package directory
|
# Hatchling wheel target: include the package directory
|
||||||
|
|||||||
Reference in New Issue
Block a user