[model-gateway] fix SDist step readme path (#13373)

This commit is contained in:
Simo Lin
2025-11-16 03:16:52 -08:00
committed by GitHub
parent ef32a252d0
commit efc5d8f5ed

View File

@@ -12,7 +12,7 @@ authors = [
{name = "Keyang Ru", email = "rukeyang@gmail.com"}
]
requires-python = ">=3.8"
readme = "README.md"
readme = "../../README.md"
license = { text = "Apache-2.0" }
classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
@@ -44,3 +44,5 @@ dev = [
[tool.maturin]
python-source = "."
module-name = "sglang_router.sglang_router_rs"
# Exclude bindings/python/README.md to use root README only
exclude = ["README.md"]