From c252144aab2f2d6274eb58e350e2245c345f106d Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Fri, 4 Oct 2024 14:03:57 +0100 Subject: [PATCH] BUG: Fix packaging issue --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 7c92dad1b..de1953486 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,5 @@ include README.md include LICENSE.md recursive-include randomgen *.py *.pyx *.px[di] *.h *.in *.csv *.md graft randomgen/src +include randomgen/tests/_shim_dist.h +include randomgen/tests/_shim_dist.c