Skip to content

Commit

Permalink
TMP: Try setuptools_scm 8
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Feb 1, 2024
1 parent 63710f9 commit 292ae7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ hg = [
requires = [
"wheel",
"setuptools>=64",
"setuptools_scm>=7",
"setuptools_scm>=6",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -112,6 +112,7 @@ only_sections = true

[tool.setuptools_scm]
version_file = "asv/_version.py"
write_to = "asv/_version.py"

[tool.cibuildwheel.linux]
manylinux-x86_64-image = "manylinux2014"
Expand Down

0 comments on commit 292ae7a

Please sign in to comment.