fix: build config to include yamls #5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user