Skip to content

Commit 8620ad0

Browse files
committedJan 24, 2025
Update dependency resolution markers and add development dependencies
1 parent eafbb0d commit 8620ad0

File tree

2 files changed

+325
-52
lines changed

2 files changed

+325
-52
lines changed
 

‎pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,8 @@ exclude = [
8282

8383
[tool.hatch.version]
8484
source = "vcs"
85-
fallback-version = "0.0.0"
85+
tag-pattern = "^v(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)((a|b|rc)(0|[1-9]\\d*))?(\\.post(0|[1-9]\\d*))?(\\.dev(0|[1-9]\\d*))?$"
86+
fallback-version = "0.0.1"
87+
88+
[tool.hatch.build.hooks.vcs]
89+
version-file = "__version__.py"

0 commit comments

Comments
 (0)