From 02ddf9239236be8f1a2c95dc50cbb14a52c640bf Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Wed, 2 Oct 2024 13:06:40 +0200 Subject: [PATCH] glob pattern --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e7e3c9..4227605 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", "**/.yml", "**/.yaml"] +depiction_targeted_preproc = ["**/*.smk", "**/Snakefile", "**/*.yml", "**/*.yaml"] [tool.black] line-length = 120