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 ae69150 commit da1cadaCopy full SHA for da1cada
pyproject.toml
@@ -41,7 +41,6 @@ Source = "https://github.com/OpenJobDescription/openjd-model-for-python"
41
artifacts = [
42
"*_version.py",
43
]
44
-only-packages = true
45
46
[tool.hatch.version]
47
source = "vcs"
@@ -64,11 +63,9 @@ destinations = [
64
63
65
66
[tool.hatch.build.targets.sdist]
67
-packages = [
68
- "src/openjd",
69
-]
70
-only-include = [
+include = [
71
"src/openjd",
+ "hatch_version_hook.py"
72
73
74
[tool.hatch.build.targets.wheel]
0 commit comments