Skip to content

Commit

Permalink
also bundle yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 2, 2024
1 parent 489a1dd commit 20588eb
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"]
depiction_targeted_preproc = ["**/*.smk", "**/Snakefile", "**/.yml", "**/.yaml"]

[tool.black]
line-length = 120
Expand Down

0 comments on commit 20588eb

Please sign in to comment.