Installing from tagged commits needs setuptools-scm >= 7.1.0

This commit is contained in:
Chris Mayo 2023-09-18 19:25:32 +01:00
parent 3a276cfc8c
commit 9e9c4ff261

View file

@ -30,7 +30,7 @@ dependencies = [
requires = [
"hatchling >= 1.8.0",
"hatch-vcs",
"setuptools-scm >= 7.0.5",
"setuptools-scm >= 7.1.0",
]
build-backend = "hatchling.build"