Skip to content

Commit

Permalink
build: update setuptools version to >=61
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed May 8, 2024
1 parent d2b30a2 commit cd4263e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools>=61",
"scikit-build>=0.13",
"cmake>=3.18",
"ninja",
Expand Down Expand Up @@ -44,7 +44,7 @@ Dicsussions = "https://forum.mmgtools.org/"
all = ["meshio[all]"]

[tool.setuptools_scm]
write_to = "src/general/_version.py"
write_to = "src/pymmg/general/_version.py"

[tool.cibuildwheel]
build = "cp311-*" # build wheels only for one Python version
Expand Down

0 comments on commit cd4263e

Please sign in to comment.