From a241a79aa15052dbf1b25ff14cbd017d3c8733ec Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 7 Dec 2022 10:24:29 +0100 Subject: [PATCH] bindings: python: add version.py to EXTRA_DIST The version file is missing from the distro tarball, so add it. Signed-off-by: Bartosz Golaszewski --- bindings/python/gpiod/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings/python/gpiod/Makefile.am b/bindings/python/gpiod/Makefile.am index 278f823..daf7bae 100644 --- a/bindings/python/gpiod/Makefile.am +++ b/bindings/python/gpiod/Makefile.am @@ -14,4 +14,5 @@ EXTRA_DIST = \ line_info.py \ line.py \ line_request.py \ - line_settings.py + line_settings.py \ + version.py -- 2.30.2