Skip to content

Commit 53e12c4

Browse files
committed
TMP: Try setuptools_scm 8
1 parent 63710f9 commit 53e12c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
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

@@ -111,7 +111,7 @@ line_length = 99
111111
only_sections = true
112112

113113
[tool.setuptools_scm]
114-
version_file = "asv/_version.py"
114+
write_to = "asv/_version.py"
115115

116116
[tool.cibuildwheel.linux]
117117
manylinux-x86_64-image = "manylinux2014"

0 commit comments

Comments
 (0)