From cca2a5516675d10d3bc94e01c2999f1014c204dd Mon Sep 17 00:00:00 2001 From: Rohit Malhotra Date: Mon, 13 Oct 2025 11:04:46 -0400 Subject: [PATCH] Fix openhands CLI executable entry point in pyproject.toml (#11338) Co-authored-by: openhands --- openhands-cli/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openhands-cli/pyproject.toml b/openhands-cli/pyproject.toml index 2bcf3056cd..98e776c60a 100644 --- a/openhands-cli/pyproject.toml +++ b/openhands-cli/pyproject.toml @@ -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