mirror of
https://github.com/pim-n/pg-rad
synced 2026-04-24 19:48:10 +02:00
recursively include all datafiles in pg_rad.data module
This commit is contained in:
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
where = ["src"]
|
where = ["src"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
"pg_rad.data" = ["*.csv"]
|
"pg_rad.data" = ["**/*.csv"]
|
||||||
"pg_rad.configs" = ["*.yml"]
|
"pg_rad.configs" = ["*.yml"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
@ -37,4 +37,4 @@ Issues = "https://github.com/pim-n/pg-rad/issues"
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
||||||
dev = ["pytest", "mkinit", "notebook", "mkdocs-material", "mkdocstrings-python", "mkdocs-jupyter", "flake8"]
|
dev = ["pytest", "mkinit", "notebook", "mkdocs-material", "mkdocstrings-python", "mkdocs-jupyter", "flake8"]
|
||||||
|
|||||||
Reference in New Issue
Block a user