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>
EXTRA_DIST = \
chip_info.py \
chip.py \
+ _ext.pyi \
edge_event.py \
exception.py \
info_event.py \
EXTRA_DIST = \
chip.py \
+ _ext.pyi \
ext.c \
__init__.py
# SPDX-FileCopyrightText: 2022 Bartosz Golaszewski <brgl@bgdev.pl>
EXTRA_DIST = \
+ _ext.pyi \
ext.c \
__init__.py