Skip to content

Commit

Permalink
Migrate away from obsolete setuptools_scm_git_archive
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Jan 17, 2023
1 parent ea6b471 commit 11bb51f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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 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>=61",
"setuptools_scm[toml]>=6.4",
"setuptools_scm_git_archive",
"setuptools_scm[toml]>=7.0",
"wheel",
]

Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ packages = find:
include_package_data = True
setup_requires =
setuptools_scm
setuptools_scm_git_archive
install_requires =
numpy
scipy
Expand Down

0 comments on commit 11bb51f

Please sign in to comment.