fix: build config to include yamls #5

Merged
perl_d merged 1 commits from fix/config_build into main 2026-07-06 12:04:46 +02:00
+9
View File
@@ -25,6 +25,15 @@ test = [
"pytest-random-order"
]
[tool.setuptools]
include-package-data = true
[tool.setuptools.package-data]
aarecommon = [
"config/logging_configs/*.yaml",
"config/beamline_configs/*.yaml",
]
[[tool.uv.index]]
name = "psi"
url = "https://gitea.psi.ch/api/packages/mx/pypi/simple"