We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a3664 commit 57451d2Copy full SHA for 57451d2
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
build-backend = "setuptools.build_meta"
3
requires = [
4
"setuptools>=64",
5
- "setuptools-scm[toml]>=6.2",
+ "setuptools-scm[toml]>=8",
6
"wheel",
7
]
8
@@ -99,8 +99,7 @@ where = [
99
100
101
[tool.setuptools_scm]
102
-write_to = "weldx/_version.py"
103
-write_to_template = '__version__ = "{version}"'
+version_file = "weldx/_version.py"
104
105
[tool.nbqa.addopts]
106
ruff = [
0 commit comments