We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d797fc7 commit 5269948Copy full SHA for 5269948
1 file changed
pyproject.toml
@@ -59,6 +59,9 @@ convention = "google"
59
[tool.ruff.lint.per-file-ignores]
60
"tests/**/*.py" = []
61
62
+[tool.hatch.build.targets.wheel]
63
+packages = ["src/MoBI_View"]
64
+
65
[build-system]
66
requires = ["hatchling"]
67
build-backend = "hatchling.build"
0 commit comments