aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-12 22:34:16 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-12 22:34:16 +0200
commitff1245f351dd1e8354d23eb972cec3b84c4589d3 (patch)
treec4e636719fe1a7bb345be30399ab7d99c89a026f
parent381862780dc34ce63af7c87a3f8c91837619a165 (diff)
downloadlibgpiod-ff1245f351dd1e8354d23eb972cec3b84c4589d3.tar.gz
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 <bartosz.golaszewski@linaro.org>
-rw-r--r--bindings/python/MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/python/MANIFEST.in b/bindings/python/MANIFEST.in
index 0e58a978..c7124d42 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