From 20588ebd58e0cc9ca67fa6f3a5bd1fa2a677c783 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Wed, 2 Oct 2024 13:01:12 +0200 Subject: [PATCH] also bundle yaml files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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