Skip to content

Commit 8364aad

Browse files
authored
Update pyproject.toml to attempt to fix bug again
1 parent a7fe5b7 commit 8364aad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ authors = [
55
{ name = "Christian Kothe", email = "[email protected]" },
66
{ name = "Chadwick Boulay", email = "[email protected]" }
77
]
8-
#license = {file = "LICENSE"}
9-
license-files = [] # Bug in setuptools. https://github.com/astral-sh/uv/issues/9513
8+
#license = {file = "LICENSE"} # Bug in setuptools. https://github.com/astral-sh/uv/issues/9513
109
readme = "README.md"
1110
requires-python = ">=3.9"
1211
dynamic = ["version"]
@@ -59,6 +58,9 @@ dev = [
5958
requires = ["setuptools>=64", "setuptools-scm>=8"]
6059
build-backend = "setuptools.build_meta"
6160

61+
[tool.setuptools]
62+
license-files = []
63+
6264
[tool.setuptools_scm]
6365
version_file = "src/pylsl/__version__.py"
6466

0 commit comments

Comments
 (0)