We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9027b7d commit 00d13e4Copy full SHA for 00d13e4
‎pyproject.toml‎
@@ -47,5 +47,12 @@ test = [
47
48
49
[tool.hatch]
50
- build.hooks.vcs.version-file = "src/array_api_typing/_version.py"
51
version.source = "vcs"
+
52
+ [tool.hatch.build.hooks.vcs]
53
+ version-file = "src/array_api_typing/_version.py"
54
+ template = '''
55
+ # This file is automatically generated by Hatch
56
+ version = {version!r}
57
+ version_tuple = {version_tuple!r}
58
+ '''
0 commit comments