From 1946662e7ce8773b8b7bcbe3111e2e21875cfeff Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Thu, 16 Jan 2025 11:54:18 -0700 Subject: [PATCH] fix: add c-headers to the wheel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b73353..442f3bb 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 = "*.so", format = "wheel" } + { path = "bwa/*.h", format = "wheel" }, ] [tool.poetry.build]