bindings: python: add .pyi files to EXTRA_DIST
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 20 Nov 2024 13:18:18 +0000 (14:18 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 25 Nov 2024 09:03:45 +0000 (10:03 +0100)
While python sdist and wheels are built separately these days, we still
want to package all the extra files in the regular libgpiod release
tarballs. Add new .pyi files to automake's EXTRA_DIST.

Reviewed-by: Vincent Fazio <vfazio@xes-inc.com>
Link: https://lore.kernel.org/r/20241120-drop-distutils-v1-1-7498e8b3babe@linaro.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/gpiod/Makefile.am
bindings/python/tests/gpiosim/Makefile.am
bindings/python/tests/procname/Makefile.am

index d6be9dc79ff6680370c48e4fabb95d70bc5770c3..49addccf1ee8123533fe89ac1582e777ce0043d2 100644 (file)
@@ -6,6 +6,7 @@ SUBDIRS = ext
 EXTRA_DIST = \
        chip_info.py \
        chip.py \
+       _ext.pyi \
        edge_event.py \
        exception.py \
        info_event.py \
index 7004f3af7568bd34334944e0302a9f92c4a66f69..b403f3c3bcf8245ba58d9c93c705075ebeb0b870 100644 (file)
@@ -3,5 +3,6 @@
 
 EXTRA_DIST = \
        chip.py \
+       _ext.pyi \
        ext.c \
        __init__.py
index c4a8fd597e20c22a92dc6bb3ce4b6f40f8950c4a..dbc8e64a5383114a9d27bdc4eea77be6be7d15a5 100644 (file)
@@ -2,5 +2,6 @@
 # SPDX-FileCopyrightText: 2022 Bartosz Golaszewski <brgl@bgdev.pl>
 
 EXTRA_DIST = \
+       _ext.pyi \
        ext.c \
        __init__.py