Skip to content

Commit 5313593

Browse files
tjnidvzrv
andcommitted
Update build-system requirements of setuptools-scm to >= 7.0.5
Co-authored-by: David Runge <dave@sleepmap.de>
1 parent 83aa96e commit 5313593

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.git_archival.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
node: $Format:%H$
2+
node-date: $Format:%cI$
3+
describe-name: $Format:%(describe:tags=true)$
14
ref-names: $Format:%D$
5+

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
-------
33

4+
next (unreleased)
5+
^^^^^^^^^^^^^^^^^
6+
7+
* Update build-system requirements to drop the use of setuptools-scm-git-archive #872
8+
49
0.2.0 (2023-06-11)
510
^^^^^^^^^^^^^^^^^^
611

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[build-system]
22
requires = [
33
# Essentials
4-
"setuptools >= 42",
4+
"setuptools >= 45",
55

66
# Plugins
7-
"setuptools_scm[toml] >= 6.4, < 7",
8-
"setuptools_scm_git_archive >= 1.1",
7+
"setuptools_scm[toml] >= 7.0.5",
98
]
109
build-backend = "setuptools.build_meta"
1110

0 commit comments

Comments
 (0)