Skip to content

Commit 194042d

Browse files
author
zach
authored
fix pyproject.toml
1 parent d57643c commit 194042d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ dev = [
1616
"python-lsp-server>=1.12.0",
1717
"ruff>=0.8.6",
1818
]
19+
20+
# Workaround for uv/setuptools version mismatch
21+
# https://github.com/astral-sh/uv/issues/9513#issuecomment-2519527822
22+
[tool.setuptools]
23+
license-files = []

0 commit comments

Comments
 (0)