diff --git a/pyproject.toml b/pyproject.toml index 4c665ac..8e7e3c9 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_targeted_preproc = ["**/*.smk", "**/Snakefile"] +depiction_targeted_preproc = ["**/*.smk", "**/Snakefile", "**/.yml", "**/.yaml"] [tool.black] line-length = 120