From ab8662e50e1e756bf22c06f7ce97bbcd55584ad0 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 9 Nov 2023 21:21:24 +0100 Subject: [PATCH] bindings: python: add build_tests.py to the manifest build_tests.py is not part of the sdist so tests cannot be built from pypi releases. Add it to MANIFEST.in. Fixes: d588a6a5928a ("bindings: python: standalone build tooling for tests") Signed-off-by: Bartosz Golaszewski --- bindings/python/MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/MANIFEST.in b/bindings/python/MANIFEST.in index efdfd18..f3a1ee8 100644 --- a/bindings/python/MANIFEST.in +++ b/bindings/python/MANIFEST.in @@ -2,6 +2,7 @@ # SPDX-FileCopyrightText: 2023 Bartosz Golaszewski include setup.py +include build_tests.py include README.md include libgpiod-version.txt -- 2.30.2