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 8d8ef84 commit 3ed0a54Copy full SHA for 3ed0a54
.github/workflows/release-pypi-router.yml
@@ -84,6 +84,7 @@ jobs:
84
- name: Build SDist
85
run: |
86
pip install build
87
+ python -m pip install -U packaging
88
python -m build --sdist
89
90
- uses: actions/upload-artifact@v4
sgl-router/pyproject.toml
@@ -20,6 +20,10 @@ classifiers = [
20
[tool.setuptools.packages]
21
find = { where = ["py_src"] }
22
23
+# workaround for https://github.com/pypa/twine/issues/1216
24
+[tool.setuptools]
25
+license-files = []
26
+
27
[[tool.setuptools-rust.ext-modules]]
28
target = "sglang_router_rs"
29
path = "Cargo.toml"
0 commit comments