Skip to content

Commit

Permalink
Merge pull request #1359 from wm75/build-exclude-tests
Browse files Browse the repository at this point in the history
Exclude test data from maturin-generated artifacts
  • Loading branch information
WardDeb authored Jan 22, 2025
2 parents 6795ad7 + 4c811cd commit 0a05ede
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "maturin"

[tool.maturin]
python-source = "pydeeptools"
exclude = ["pydeeptools/deeptools/test/**/*"]
module-name = "deeptools.hp"
bindings = "pyo3"

Expand Down Expand Up @@ -86,4 +87,4 @@ plotProfile = "deeptools.plotProfile:main"
bamCoverage2 = "deeptools.bamCoverage2:main"
bamCompare2 = "deeptools.bamCompare2:main"
computeMatrix2 = "deeptools.computeMatrix2:main"
alignmentSieve2 = "deeptools.alignmentSieve2:main"
alignmentSieve2 = "deeptools.alignmentSieve2:main"

0 comments on commit 0a05ede

Please sign in to comment.