Skip to content

Commit

Permalink
pyproject.toml: requires = [ "setuptools>=61.2" ]
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 11, 2024
1 parent ede50ce commit 1ecf782
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[build-system]
requires = [
"scikit-build-core",
"Cython"
"scikit-build-core",
"setuptools>=61.2",
]
build-backend = "scikit_build_core.build"


[project]
name = "soundswallower"
dynamic = ["version"]
Expand Down

0 comments on commit 1ecf782

Please sign in to comment.