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 51b4eb5 commit 76fbc37Copy full SHA for 76fbc37
.gitignore
@@ -19,6 +19,9 @@ __pycache__
19
20
*.egg-info
21
22
+# Auto-generated version file
23
+toolchain/mfc/_version.py
24
+
25
.DS_Store
26
27
/tests/*/**
toolchain/pyproject.toml
@@ -60,5 +60,10 @@ allow-direct-references = true
60
[tool.hatch.version]
61
source = "vcs"
62
63
+[tool.hatch.version.raw-options]
64
+root = ".."
65
+relative_to = "pyproject.toml"
66
+version_file = "mfc/_version.py"
67
68
[tool.hatch.build.hooks.vcs]
69
version-file = "mfc/_version.py"
0 commit comments