We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07c62c commit 6a09af4Copy full SHA for 6a09af4
asdf_pydantic/__version__.py
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["hatchling"]
+requires = ["hatchling", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
[project]
@@ -37,7 +37,7 @@ Source = "https://github.com/ketozhang/asdf-pydantic"
37
'asdf.extensions' = { asdf_pydantic_extension = 'asdf_pydantic.examples.extensions:get_extensions' }
38
39
[tool.hatch.version]
40
-path = "asdf_pydantic/__version__.py"
+source = "vcs"
41
42
# Default Environment
43
[tool.hatch.envs.default]
0 commit comments