From 8501988c9d4f9530af852ccd6fff6d9d24ad7437 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 12 Apr 2023 21:52:42 +0200 Subject: [PATCH] bindings: python: add test extension sources to the manifest We want to package the .c sources for test-specific extensions so add them to the manifest. Signed-off-by: Bartosz Golaszewski --- bindings/python/MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindings/python/MANIFEST.in b/bindings/python/MANIFEST.in index 1460510..0e58a97 100644 --- a/bindings/python/MANIFEST.in +++ b/bindings/python/MANIFEST.in @@ -7,3 +7,6 @@ recursive-include gpiod *.py recursive-include gpiod/ext *.c recursive-include gpiod/ext *.h + +recursive-include tests/gpiosim *.c +recursive-include tests/procname *.c -- 2.30.2