bindings: python: add misc build files to EXTRA_DIST
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 2 Oct 2024 14:52:01 +0000 (16:52 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 2 Oct 2024 14:58:28 +0000 (16:58 +0200)
Several files are not being included in distro tarballs so the
functionality of the python build is limited compared to the repo. Add
them to EXTRA_DIST.

Fixes: d588a6a5928a ("bindings: python: standalone build tooling for tests")
Fixes: 72d2fa01a2c1 ("bindings: python: add script to generate sdist and wheels")
Fixes: 85089d0e40ac ("bindings: python: add pyproject.toml, pep 518")
Fixes: 389a966d4e61 ("bindings: python: move long_description into README.md")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/Makefile.am

index c14a6d4d126284a4992c1573d2e4fa4da87eb8eb..2ae8ac8a514cc0a648274e64340454da5d7467f2 100644 (file)
@@ -3,6 +3,10 @@
 
 EXTRA_DIST = \
        MANIFEST.in \
+       README.md \
+       build_tests.py \
+       generate_pypi_artifacts.sh \
+       pyproject.toml \
        setup.py
 
 if WITH_TESTS