We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcd26d commit 88e1aeaCopy full SHA for 88e1aea
.git_archival.txt
@@ -1 +1,4 @@
1
+node: $Format:%H$
2
+node-date: $Format:%cI$
3
+describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
4
ref-names: $Format:%D$
asv_bench/asv.conf.json
@@ -58,8 +58,7 @@
58
// "pip+emcee": [""], // emcee is only available for install with pip.
59
// },
60
"matrix": {
61
- "setuptools_scm[toml]": [""], // GH6609
62
- "setuptools_scm_git_archive": [""], // GH6609
+ "setuptools_scm": [""], // GH6609
63
"numpy": [""],
64
"pandas": [""],
65
"netcdf4": [""],
pyproject.toml
@@ -2,8 +2,7 @@
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=42",
5
- "setuptools-scm[toml]>=3.4",
6
- "setuptools-scm-git-archive",
+ "setuptools-scm>=7",
7
]
8
9
[tool.setuptools_scm]
0 commit comments