bindings: python: add build_tests.py to the manifest
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 9 Nov 2023 20:21:24 +0000 (21:21 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 9 Nov 2023 20:22:07 +0000 (21:22 +0100)
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 <bartosz.golaszewski@linaro.org>
bindings/python/MANIFEST.in

index efdfd185805ce91d7acc010cc4e51d54e802402b..f3a1ee8b26a5541d9314e4f802957ae3bff37494 100644 (file)
@@ -2,6 +2,7 @@
 # SPDX-FileCopyrightText: 2023 Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
 
 include setup.py
+include build_tests.py
 include README.md
 include libgpiod-version.txt