From ff1245f351dd1e8354d23eb972cec3b84c4589d3 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 12 Apr 2023 22:34:16 +0200 Subject: [PATCH] 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 --- bindings/python/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2