From 748e8132018672bece58ba31bcf496b2e6462092 Mon Sep 17 00:00:00 2001 From: Alexey Shkarin Date: Sun, 8 Oct 2023 10:47:23 +0200 Subject: [PATCH] Added C files to the manifest --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8005454..baadcb9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ # Include the license file -include LICENSE \ No newline at end of file +include LICENSE +# Manually include Cython C files +recursive-include pylablib *.c \ No newline at end of file