Skip to content

Commit

Permalink
build: requires setuptools-scm
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jan 10, 2024
1 parent fd8ddee commit 62f0d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ documentation = "https://yamllint.readthedocs.io"

[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools >= 61"]
requires = ["setuptools >= 61", "setuptools-scm>=7"]

[tool.setuptools]
packages = ["yamllint", "yamllint.conf", "yamllint.rules"]
Expand Down

0 comments on commit 62f0d5e

Please sign in to comment.