We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef32a25 commit efc5d8fCopy full SHA for efc5d8f
sgl-router/bindings/python/pyproject.toml
@@ -12,7 +12,7 @@ authors = [
12
{name = "Keyang Ru", email = "[email protected]"}
13
]
14
requires-python = ">=3.8"
15
-readme = "README.md"
+readme = "../../README.md"
16
license = { text = "Apache-2.0" }
17
classifiers = [
18
"Programming Language :: Python :: Implementation :: CPython",
@@ -44,3 +44,5 @@ dev = [
44
[tool.maturin]
45
python-source = "."
46
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