Skip to content

Commit a7fe5b7

Browse files
authored
Update pyproject.toml for setup tools bug
1 parent d64afe8 commit a7fe5b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ authors = [
55
{ name = "Christian Kothe", email = "[email protected]" },
66
{ name = "Chadwick Boulay", email = "[email protected]" }
77
]
8-
license = {file = "LICENSE"}
8+
#license = {file = "LICENSE"}
9+
license-files = [] # Bug in setuptools. https://github.com/astral-sh/uv/issues/9513
910
readme = "README.md"
1011
requires-python = ">=3.9"
1112
dynamic = ["version"]

0 commit comments

Comments
 (0)