bindings: python: add test extension sources to the manifest
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 12 Apr 2023 19:52:42 +0000 (21:52 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 12 Apr 2023 19:52:42 +0000 (21:52 +0200)
We want to package the .c sources for test-specific extensions so add
them to the manifest.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/MANIFEST.in

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