Skip to content

Commit

Permalink
Remove setuptools-scm-git-archive, require setuptools-scm>=7 (pydata#…
Browse files Browse the repository at this point in the history
…7253)

Co-authored-by: Justus Magin <[email protected]>
  • Loading branch information
mwtoews and keewis authored Dec 1, 2022
1 parent edcd26d commit 88e1aea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .git_archival.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
ref-names: $Format:%D$
3 changes: 1 addition & 2 deletions asv_bench/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
// "pip+emcee": [""], // emcee is only available for install with pip.
// },
"matrix": {
"setuptools_scm[toml]": [""], // GH6609
"setuptools_scm_git_archive": [""], // GH6609
"setuptools_scm": [""], // GH6609
"numpy": [""],
"pandas": [""],
"netcdf4": [""],
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=42",
"setuptools-scm[toml]>=3.4",
"setuptools-scm-git-archive",
"setuptools-scm>=7",
]

[tool.setuptools_scm]
Expand Down

0 comments on commit 88e1aea

Please sign in to comment.