feat: add versioned execution profiles
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-08-21 00:21:53 +02:00
parent 641e85f5a8
commit 1cd890d871
34 changed files with 2087 additions and 471 deletions

View file

@ -25,6 +25,10 @@ dev = ["pytest>=8"]
[tool.hatch.build.targets.wheel]
packages = ["src/glas_harness"]
[tool.hatch.build.targets.wheel.force-include]
"profiles" = "glas_harness/data/profiles"
"registry/reins" = "glas_harness/data/reins"
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]