From: Bartosz Golaszewski Date: Wed, 12 Apr 2023 19:52:42 +0000 (+0200) Subject: bindings: python: add test extension sources to the manifest X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8501988c9d4f9530af852ccd6fff6d9d24ad7437;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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