From 3fce3c06249671fbb9e22b7b307781cb7a5b5c79 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 2 Oct 2024 16:52:01 +0200 Subject: [PATCH] bindings: python: add misc build files to EXTRA_DIST 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 --- bindings/python/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index c14a6d4..2ae8ac8 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -3,6 +3,10 @@ EXTRA_DIST = \ MANIFEST.in \ + README.md \ + build_tests.py \ + generate_pypi_artifacts.sh \ + pyproject.toml \ setup.py if WITH_TESTS -- 2.30.2