[model-gateway] add both python and rust cli alias (#13678)

This commit is contained in:
Simo Lin
2025-11-20 17:00:28 -08:00
committed by GitHub
parent c56fc42430
commit 3ae664d786
6 changed files with 168 additions and 13 deletions
@@ -40,6 +40,11 @@ dev = [
"requests>=2.25.0",
]
[project.scripts]
smg = "sglang_router.cli:main"
amg = "sglang_router.cli:main"
sglang-router = "sglang_router.cli:main"
[tool.maturin]
python-source = "."