feat(player): sub-project 3 slice 1 — alteration engine + player core #5

Merged
benstull merged 7 commits from feature/player-alteration-core into main 2026-06-06 01:11:22 +00:00
Showing only changes of commit 86b52ab8af - Show all commits
+1 -1
View File
@@ -12,7 +12,7 @@ requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["hef", "tools", "simulator"]
packages = ["hef", "tools", "simulator", "player"]
[project.scripts]
hef-ingest = "tools.ingest_cli:main"