fix: build config to include yamls
CI / lint (pull_request) Successful in 24s
Build and Publish / release (push) Successful in 21s
CI / test (3.11) (pull_request) Successful in 24s
CI / test (3.13) (pull_request) Successful in 24s
CI / test (3.11) (push) Successful in 26s
CI / test (3.12) (pull_request) Successful in 36s
CI / lint (push) Successful in 19s
CI / test (3.12) (push) Successful in 25s
CI / test (3.13) (push) Successful in 32s

This commit was merged in pull request #5.
This commit is contained in:
2026-07-06 12:04:01 +02:00
parent 2e5d638aef
commit 164a6ba654
+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"