From 1430bceb888948732e723576788850886997300a Mon Sep 17 00:00:00 2001 From: Nelle Varoquaux Date: Fri, 19 Jan 2024 15:19:17 +0100 Subject: [PATCH] =?UTF-8?q?finally=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index af5675b..7e0019a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ recursive-include iced *.c *.h *.py -recursive-include *.matrix *.bed *.mat +recursive-include iced *.matrix *.bed *.mat include pyproject.toml