Skip to content

Commit efc5d8f

Browse files
authored
[model-gateway] fix SDist step readme path (#13373)
1 parent ef32a25 commit efc5d8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sgl-router/bindings/python/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
{name = "Keyang Ru", email = "[email protected]"}
1313
]
1414
requires-python = ">=3.8"
15-
readme = "README.md"
15+
readme = "../../README.md"
1616
license = { text = "Apache-2.0" }
1717
classifiers = [
1818
"Programming Language :: Python :: Implementation :: CPython",
@@ -44,3 +44,5 @@ dev = [
4444
[tool.maturin]
4545
python-source = "."
4646
module-name = "sglang_router.sglang_router_rs"
47+
# Exclude bindings/python/README.md to use root README only
48+
exclude = ["README.md"]

0 commit comments

Comments
 (0)