From e6822fb4f0a02256ceb487448bd0d13b073946c8 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 27 Mar 2024 13:44:04 -0400 Subject: [PATCH] [python/ci] Unbreak wheel builds, `main` (#2341) --- apis/python/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/python/MANIFEST.in b/apis/python/MANIFEST.in index 9a890fe0d5..e8b8779dd8 100644 --- a/apis/python/MANIFEST.in +++ b/apis/python/MANIFEST.in @@ -3,3 +3,4 @@ include src/tiledbsoma/*.cc include src/tiledbsoma/*.h graft dist_links prune dist_links/libtiledbsoma/test/__pycache__ +include requirements_dev.txt