Skip to content

Commit 3914667

Browse files
hroncokgaborbernat
authored andcommitted
Allow building with setuptools_scm 4 and 5
1 parent 7f13cf6 commit 3914667

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog/1799.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enable building tox with ``setuptools_scm`` 4 and 5 by :user:hroncok

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools >= 40.0.4",
4-
"setuptools_scm >= 2.0.0, <4",
4+
"setuptools_scm >= 2.0.0, <6",
55
"wheel >= 0.29.0",
66
]
77
build-backend = 'setuptools.build_meta'

0 commit comments

Comments
 (0)