Skip to content

Commit 7581e38

Browse files
author
Mattia Baldari
committed
Fix installation by specifying package location
Add [tool.hatch.build.targets.wheel] configuration to pyproject.toml to explicitly specify that the 'schemadiff' package should be included in the wheel distribution. This fixes installation issues where the package wasn't being properly included when building from source.
1 parent 552e9e6 commit 7581e38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ dev = [
3939
"pdoc3==0.9.1",
4040
"hatch",
4141
]
42+
43+
[tool.hatch.build.targets.wheel]
44+
packages = ["schemadiff"]

0 commit comments

Comments
 (0)