mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 05:04:46 +00:00
Installing from tagged commits needs setuptools-scm >= 7.1.0
This commit is contained in:
parent
3a276cfc8c
commit
9e9c4ff261
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue