Skip to content

Commit 88e1aea

Browse files
mwtoewskeewis
andauthored
Remove setuptools-scm-git-archive, require setuptools-scm>=7 (#7253)
Co-authored-by: Justus Magin <[email protected]>
1 parent edcd26d commit 88e1aea

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.git_archival.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
node: $Format:%H$
2+
node-date: $Format:%cI$
3+
describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
14
ref-names: $Format:%D$

asv_bench/asv.conf.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
// "pip+emcee": [""], // emcee is only available for install with pip.
5959
// },
6060
"matrix": {
61-
"setuptools_scm[toml]": [""], // GH6609
62-
"setuptools_scm_git_archive": [""], // GH6609
61+
"setuptools_scm": [""], // GH6609
6362
"numpy": [""],
6463
"pandas": [""],
6564
"netcdf4": [""],

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
build-backend = "setuptools.build_meta"
33
requires = [
44
"setuptools>=42",
5-
"setuptools-scm[toml]>=3.4",
6-
"setuptools-scm-git-archive",
5+
"setuptools-scm>=7",
76
]
87

98
[tool.setuptools_scm]

0 commit comments

Comments
 (0)