Include frontends in wheel, fix systemd WorkingDirectory

This commit is contained in:
Aaron D. Lee
2026-01-10 16:58:16 -05:00
parent 3b062458e3
commit 530e5debef
6 changed files with 3 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ include = [
]
[tool.hatch.build.targets.wheel]
packages = ["src/stegasoo"]
packages = ["src/stegasoo", "frontends"]
[tool.pytest.ini_options]
testpaths = ["tests"]