From 2d4d68a7ef805ddb678ea4fd843f1ff3d678f592 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Thu, 16 Jan 2025 14:21:44 -0700 Subject: [PATCH] fix: add bwa C-headers to the source build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bb4129..63b6592 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]