1
0
mirror of https://github.com/KanjiVG/kanjivg.git synced 2026-05-12 21:48:09 +02:00

Merge pull request #470 from rickdgray/master

Handle Dated Versioning
This commit is contained in:
Ben Bullock
2024-09-21 12:08:04 +09:00
committed by GitHub
+2
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"