Skip to content

Commit

Permalink
Update build-system requirements of setuptools-scm to >= 7.0.5
Browse files Browse the repository at this point in the history
Co-authored-by: David Runge <[email protected]>
  • Loading branch information
tjni and dvzrv committed Aug 19, 2023
1 parent 83aa96e commit 5313593
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .git_archival.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:tags=true)$
ref-names: $Format:%D$

5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
-------

next (unreleased)
^^^^^^^^^^^^^^^^^

* Update build-system requirements to drop the use of setuptools-scm-git-archive #872

0.2.0 (2023-06-11)
^^^^^^^^^^^^^^^^^^

Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[build-system]
requires = [
# Essentials
"setuptools >= 42",
"setuptools >= 45",

# Plugins
"setuptools_scm[toml] >= 6.4, < 7",
"setuptools_scm_git_archive >= 1.1",
"setuptools_scm[toml] >= 7.0.5",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 5313593

Please sign in to comment.