Skip to content

Commit 292ae7a

Browse files
committed
TMP: Try setuptools_scm 8
1 parent 63710f9 commit 292ae7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ hg = [
7777
requires = [
7878
"wheel",
7979
"setuptools>=64",
80-
"setuptools_scm>=7",
80+
"setuptools_scm>=6",
8181
]
8282
build-backend = "setuptools.build_meta"
8383

@@ -112,6 +112,7 @@ only_sections = true
112112

113113
[tool.setuptools_scm]
114114
version_file = "asv/_version.py"
115+
write_to = "asv/_version.py"
115116

116117
[tool.cibuildwheel.linux]
117118
manylinux-x86_64-image = "manylinux2014"

0 commit comments

Comments
 (0)