Skip to content

Commit 5269948

Browse files
committed
Add explicit package path to resolve build failures when package name doesn't match source directory structure
1 parent d797fc7 commit 5269948

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ convention = "google"
5959
[tool.ruff.lint.per-file-ignores]
6060
"tests/**/*.py" = []
6161

62+
[tool.hatch.build.targets.wheel]
63+
packages = ["src/MoBI_View"]
64+
6265
[build-system]
6366
requires = ["hatchling"]
6467
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)