1
0
mirror of https://github.com/KanjiVG/kanjivg.git synced 2026-04-21 04:50:44 +02:00

handle dated versioning

This commit is contained in:
Rick Gray
2024-09-20 21:52:56 -05:00
parent 866057606f
commit f3c28b316a

View File

@@ -24,7 +24,9 @@ classifiers = [
]
[tool.setuptools_scm]
version_scheme = "no-guess-dev"
local_scheme = "no-local-version"
tag_regex = "^(?:r)?(\\d{8}-?\\d?)$"
[project.urls]
Homepage = "https://github.com/KanjiVG/kanjivg"