We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e2997 commit 92c0fcaCopy full SHA for 92c0fca
1 file changed
pyproject.toml
@@ -44,7 +44,9 @@ repository = "https://github.com/sphinx-contrib/spelling"
44
45
[tool.hatch.version]
46
source = "vcs"
47
-path = "sphinxcontrib/spelling/version.py"
+
48
+[tool.hatch.build.hooks.vcs]
49
+version-file = "sphinxcontrib/spelling/version.py"
50
51
[tool.hatch.build.targets.sdist]
52
exclude = [".github", "cover", ".mergify.yml", ".gitignore"]
0 commit comments