bindings: python: add missing test package files to the manifest
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 12 Apr 2023 20:34:16 +0000 (22:34 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 12 Apr 2023 20:34:16 +0000 (22:34 +0200)
__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 <bartosz.golaszewski@linaro.org>
bindings/python/MANIFEST.in

index 0e58a978fb9a4ee6920a70ff4744e50b9533d94c..c7124d42788308da5de94f3cff9c923fc606aebb 100644 (file)
@@ -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