build(player): register the player package

This commit is contained in:
Ben Stull
2026-06-05 18:08:55 -07:00
parent 9a13b01a41
commit 86b52ab8af
+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"