Skip to content

Commit

Permalink
update versions of setuptools, add note on wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Nov 5, 2023
1 parent 5585a8e commit c5097e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
##
## Note: to build wheels for this project, use
##
## python -m build -w
##
[build-system]
requires = ["setuptools>=45", "setuptools_scm>=6.2"]
requires = ["setuptools>=64", "setuptools_scm>=8.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down

0 comments on commit c5097e8

Please sign in to comment.