Skip to content

Commit 4c811cd

Browse files
committed
Exclude test data from maturin-generated artifacts
1 parent 6795ad7 commit 4c811cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build-backend = "maturin"
66

77
[tool.maturin]
88
python-source = "pydeeptools"
9+
exclude = ["pydeeptools/deeptools/test/**/*"]
910
module-name = "deeptools.hp"
1011
bindings = "pyo3"
1112

@@ -86,4 +87,4 @@ plotProfile = "deeptools.plotProfile:main"
8687
bamCoverage2 = "deeptools.bamCoverage2:main"
8788
bamCompare2 = "deeptools.bamCompare2:main"
8889
computeMatrix2 = "deeptools.computeMatrix2:main"
89-
alignmentSieve2 = "deeptools.alignmentSieve2:main"
90+
alignmentSieve2 = "deeptools.alignmentSieve2:main"

0 commit comments

Comments
 (0)