We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setuptools-scm
1 parent d6401c3 commit 69f4751Copy full SHA for 69f4751
pyproject.toml
@@ -10,12 +10,7 @@ requires = [
10
"tomli; python_version < '3.11'", # needed by in-tree build backend `packaging/pep517_backend.py`
11
12
# 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'",
+ "setuptools-scm >= 7.0.0",
19
]
20
backend-path = ["packaging"] # requires 'Pip>=20' or 'pep517>=0.6.0'
21
build-backend = "pep517_backend.hooks"
0 commit comments