diff --git a/pyproject.toml b/pyproject.toml index f7dfbc2..dfed4a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"