We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30d651 commit 77a443eCopy full SHA for 77a443e
1 file changed
pyproject.toml
@@ -46,8 +46,6 @@ openjd = "openjd.cli:main"
46
artifacts = [
47
"*_version.py",
48
]
49
-only-packages = true
50
-
51
52
[tool.hatch.version]
53
source = "vcs"
@@ -70,15 +68,10 @@ destinations = [
70
68
71
69
72
[tool.hatch.build.targets.sdist]
73
-packages = [
+include = [
74
"src/openjd",
+ "hatch_version_hook.py",
75
76
-only-include = [
77
- "src/openjd",
78
-]
79
80
-[tool.hatch.build.targets.sdist.force-include]
81
-"src/openjd/__main__.py" = "openjd/__main__.py"
82
83
[tool.hatch.build.targets.wheel]
84
packages = [
0 commit comments