Skip to content

Commit 4abc1cc

Browse files
committed
fix: add workaround for setuptools bug
See pypa/setuptools#4759 and astral-sh/uv#9513.
1 parent 016ecbe commit 4abc1cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,8 @@ max-complexity = 16
127127

128128
[tool.setuptools]
129129
include-package-data = true
130-
license-files = [
131-
"LICENSE"
132-
]
130+
# Empty as a workaround for https://github.com/pypa/setuptools/issues/4759
131+
license-files = []
133132
platforms = [
134133
"any"
135134
]

0 commit comments

Comments
 (0)