From 15ea1dc79b5ecaf7cacc295f04abd8955865fa1a Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 20 Sep 2024 16:27:11 +0100 Subject: [PATCH] add the modified header files to the source distro to make building on windows easier --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 28f50d2..771f7b9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,11 @@ include pyray/*.pyi include raylib/*.pyd exclude raylib/*.a include raylib/*.h +include raylib/*.h.modified exclude raylib/*.c exclude raylib/*.o include version.py +exclude tests/* + +