From: Bartosz Golaszewski Date: Wed, 12 Apr 2023 20:34:16 +0000 (+0200) Subject: bindings: python: add missing test package files to the manifest X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ff1245f351dd1e8354d23eb972cec3b84c4589d3;p=qemu-gpiodev%2Flibgpiod.git bindings: python: add missing test package files to the manifest __main__.py and __init__.py are omitted with the default source discovery so add an explicit recursive include for tests in order to package them. Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/python/MANIFEST.in b/bindings/python/MANIFEST.in index 0e58a97..c7124d4 100644 --- a/bindings/python/MANIFEST.in +++ b/bindings/python/MANIFEST.in @@ -4,6 +4,7 @@ include setup.py recursive-include gpiod *.py +recursive-include tests *.py recursive-include gpiod/ext *.c recursive-include gpiod/ext *.h