From 2bd70634dce0aac35a5a18923bc4c4578966e161 Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Tue, 31 Mar 2026 13:30:02 +0200 Subject: [PATCH] recursively include all datafiles in pg_rad.data module --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 81d270d..e01e8e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" where = ["src"] [tool.setuptools.package-data] -"pg_rad.data" = ["*.csv"] +"pg_rad.data" = ["**/*.csv"] "pg_rad.configs" = ["*.yml"] [project] @@ -37,4 +37,4 @@ Issues = "https://github.com/pim-n/pg-rad/issues" [project.optional-dependencies] -dev = ["pytest", "mkinit", "notebook", "mkdocs-material", "mkdocstrings-python", "mkdocs-jupyter", "flake8"] \ No newline at end of file +dev = ["pytest", "mkinit", "notebook", "mkdocs-material", "mkdocstrings-python", "mkdocs-jupyter", "flake8"]