Skip to content

Commit 69f4751

Browse files
committed
Make setuptools-scm build dep unconditional
1 parent d6401c3 commit 69f4751

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: pyproject.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ requires = [
1010
"tomli; python_version < '3.11'", # needed by in-tree build backend `packaging/pep517_backend.py`
1111

1212
# Plugins
13-
"setuptools-scm >= 7.0.0; python_version >= '3.7'",
14-
# ^ supports git archives through a plugin
15-
# | |
16-
# supports git archives natively V
17-
"setuptools-scm[toml] >= 3.5, < 7.0.0; python_version < '3.7'",
18-
"setuptools-scm-git-archive >= 1.1; python_version < '3.7'",
13+
"setuptools-scm >= 7.0.0",
1914
]
2015
backend-path = ["packaging"] # requires 'Pip>=20' or 'pep517>=0.6.0'
2116
build-backend = "pep517_backend.hooks"

0 commit comments

Comments
 (0)