From d908b215955fa95211d46a39275c350c9e80ca9e Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Tue, 17 Jun 2025 18:11:17 +0200 Subject: [PATCH] The last 1.1 release sdist is broken. The pyx files are missing. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8716073..a14bc8c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include MANIFEST.in *.py *.rst *.yml *.sh *.txt *.toml recursive-exclude pyzoltan *.cpp -recursive-include pyzoltan *.pxd *.h *.txt +recursive-include pyzoltan *.pxd *.pyx *.h *.txt recursive-include docs *.* \ No newline at end of file