Skip to content

Commit

Permalink
bundle snakemake files
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 2, 2024
1 parent 2fa9967 commit 837da6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ apps = [
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools.package-data]
depiction = ["*.smk", "Snakefile"]

[tool.black]
line-length = 120

Expand Down Expand Up @@ -128,3 +131,8 @@ testpaths = ["tests"]

[tool.codespell]
ignore-words-list = "averagine,coo"

[tool.check-tests-structure]
sources_path = "src/depiction"
tests_path = "tests/unit"
allow_missing_tests = true

0 comments on commit 837da6c

Please sign in to comment.