Skip to content

Commit

Permalink
glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 2, 2024
1 parent 20588eb commit 02ddf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02ddf92

Please sign in to comment.