From ccb887958ed1e44a647dc7865c3c3647cded0a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Trifir=C3=B2?= Date: Mon, 19 May 2025 13:51:07 +0200 Subject: [PATCH] fix sdist build the sdist build currently doesn't include the `csrc` directory, making the PyPi sdist impossible to build. fixes https://github.com/state-spaces/mamba/issues/720 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..6566f9fb --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +graft csrc