We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64afe8 commit a7fe5b7Copy full SHA for a7fe5b7
1 file changed
pyproject.toml
@@ -5,7 +5,8 @@ authors = [
5
{ name = "Christian Kothe", email = "christian.kothe@intheon.io" },
6
{ name = "Chadwick Boulay", email = "chadwick.boulay@gmail.com" }
7
]
8
-license = {file = "LICENSE"}
+#license = {file = "LICENSE"}
9
+license-files = [] # Bug in setuptools. https://github.com/astral-sh/uv/issues/9513
10
readme = "README.md"
11
requires-python = ">=3.9"
12
dynamic = ["version"]
0 commit comments