We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fe5b7 commit 8364aadCopy full SHA for 8364aad
pyproject.toml
@@ -5,8 +5,7 @@ authors = [
5
{ name = "Christian Kothe", email = "[email protected]" },
6
{ name = "Chadwick Boulay", email = "[email protected]" }
7
]
8
-#license = {file = "LICENSE"}
9
-license-files = [] # Bug in setuptools. https://github.com/astral-sh/uv/issues/9513
+#license = {file = "LICENSE"} # Bug in setuptools. https://github.com/astral-sh/uv/issues/9513
10
readme = "README.md"
11
requires-python = ">=3.9"
12
dynamic = ["version"]
@@ -59,6 +58,9 @@ dev = [
59
58
requires = ["setuptools>=64", "setuptools-scm>=8"]
60
build-backend = "setuptools.build_meta"
61
+[tool.setuptools]
62
+license-files = []
63
+
64
[tool.setuptools_scm]
65
version_file = "src/pylsl/__version__.py"
66
0 commit comments