Skip to content

Commit

Permalink
Update pyproject.toml for setup tools bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay authored Dec 12, 2024
1 parent d64afe8 commit a7fe5b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ authors = [
{ name = "Christian Kothe", email = "[email protected]" },
{ name = "Chadwick Boulay", email = "[email protected]" }
]
license = {file = "LICENSE"}
#license = {file = "LICENSE"}
license-files = [] # Bug in setuptools. https://github.com/astral-sh/uv/issues/9513
readme = "README.md"
requires-python = ">=3.9"
dynamic = ["version"]
Expand Down

0 comments on commit a7fe5b7

Please sign in to comment.