Package sandbox definitions and build a pinned owner runtime
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
tegwick 2026-09-09 22:54:39 +02:00
parent bfe0e4c4c8
commit be42de7caf
9 changed files with 127 additions and 8 deletions

View file

@ -23,6 +23,10 @@ sandboxer = "sandboxer.cli:app"
[tool.hatch.build.targets.wheel]
packages = ["src/sandboxer"]
[tool.hatch.build.targets.wheel.force-include]
"profiles" = "sandboxer/data/profiles"
"extensions" = "sandboxer/data/extensions"
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]