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"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"pg_rad.data" = ["*.csv"]
|
||||
"pg_rad.data" = ["**/*.csv"]
|
||||
"pg_rad.configs" = ["*.yml"]
|
||||
|
||||
[project]
|
||||
|
||||
Reference in New Issue
Block a user