From: Bartosz Golaszewski Date: Wed, 2 Oct 2024 14:52:01 +0000 (+0200) Subject: bindings: python: add misc build files to EXTRA_DIST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3fce3c06249671fbb9e22b7b307781cb7a5b5c79;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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