Skip to content

Commit

Permalink
Update pyproject.toml to attempt to fix bug again
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay authored Dec 12, 2024
1 parent a7fe5b7 commit 8364aad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ authors = [
{ name = "Christian Kothe", email = "[email protected]" },
{ name = "Chadwick Boulay", email = "[email protected]" }
]
#license = {file = "LICENSE"}
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
readme = "README.md"
requires-python = ">=3.9"
dynamic = ["version"]
Expand Down Expand Up @@ -59,6 +58,9 @@ dev = [
requires = ["setuptools>=64", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
license-files = []

[tool.setuptools_scm]
version_file = "src/pylsl/__version__.py"

Expand Down

0 comments on commit 8364aad

Please sign in to comment.