diff --git a/pyproject.toml b/pyproject.toml index c55ac16..4c665ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ requires = ["setuptools >= 61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.package-data] -depiction = ["*.smk", "Snakefile"] +depiction_targeted_preproc = ["**/*.smk", "**/Snakefile"] [tool.black] line-length = 120