Skip to content

Commit

Permalink
Make setuptools-scm build dep unconditional
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 7, 2024
1 parent d6401c3 commit 69f4751
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ requires = [
"tomli; python_version < '3.11'", # needed by in-tree build backend `packaging/pep517_backend.py`

# Plugins
"setuptools-scm >= 7.0.0; python_version >= '3.7'",
# ^ supports git archives through a plugin
# | |
# supports git archives natively V
"setuptools-scm[toml] >= 3.5, < 7.0.0; python_version < '3.7'",
"setuptools-scm-git-archive >= 1.1; python_version < '3.7'",
"setuptools-scm >= 7.0.0",
]
backend-path = ["packaging"] # requires 'Pip>=20' or 'pep517>=0.6.0'
build-backend = "pep517_backend.hooks"
Expand Down

0 comments on commit 69f4751

Please sign in to comment.