Package sandbox definitions and build a pinned owner runtime
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
bfe0e4c4c8
commit
be42de7caf
9 changed files with 127 additions and 8 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue