Skip to content

Commit 2853f00

Browse files
committed
Versioning: Update versioningit configuration
1 parent 8119248 commit 2853f00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,9 @@ module = [ "docutils.*" ]
213213
ignore_missing_imports = true
214214

215215
[tool.versioningit.vcs]
216-
method = "git"
217-
default-tag = "0.0.0"
216+
method = "git-archive"
217+
default-tag = "v0.0.0"
218+
describe-subst = "$Format:%(describe:tags,match=v*)$"
218219

219220
# ===================
220221
# Tasks configuration

0 commit comments

Comments
 (0)