From 24a33f1e6ac4f58f8818a9ff45874894f3f47a9d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 6 Oct 2024 22:05:29 -0500 Subject: [PATCH] Restore .so and .pyd to MANIFIEST.in (#36) https://github.com/aio-libs/propcache/pull/29#discussion_r1789324764 --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 67a6330..14ab34f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -16,4 +16,6 @@ global-exclude *.pyc global-exclude *.cache exclude src/propcache/*.c exclude src/propcache/*.html +exclude src/propcache/*.so +exclude src/propcache/*.pyd prune docs/_build