Skip to content

Commit

Permalink
fix: add bwa C-headers to the source build
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 16, 2025
1 parent 90c43f5 commit 2d4d68a
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 @@ -26,7 +26,7 @@ include = [
{ path = "pybwa/**/*.so", format = "wheel" },
{ path = "**/*.so", format = "wheel" },
{ path = "*.so", format = "wheel" },
{ path = "bwa/*.h", format = "wheel" },
{ path = "bwa/*.h", format = ["sdist", "wheel"] },
]

[tool.poetry.build]
Expand Down

0 comments on commit 2d4d68a

Please sign in to comment.