Skip to content

Commit

Permalink
Merge pull request #392 from bluetech/build-backend
Browse files Browse the repository at this point in the history
pyproject.toml: add missing `build-backend` setting
  • Loading branch information
bluetech authored Jun 13, 2023
2 parents b4dc7c6 + 56a38ac commit f6ea668
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[build-system]
requires = [
"setuptools",
"setuptools-scm",
# sync with setup.py until we discard non-pep-517/518
"setuptools>=45.0",
"setuptools-scm[toml]>=6.2.3",
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "src/pluggy/_version.py"
Expand Down

0 comments on commit f6ea668

Please sign in to comment.