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 11, 2024
1 parent 2e4f485 commit ced6bec
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 ced6bec

Please sign in to comment.