aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-12 17:19:52 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-12 17:19:52 +0200
commitf1bb51a5abfa92a3fd958538b40ce5c82b57624d (patch)
tree12b9602a357b864949683610a1f7fdcb47f4dd8b
parentee96540ec81b6d3a145471889ceefd5b5b2e5dfa (diff)
downloadlibgpiod-f1bb51a5abfa92a3fd958538b40ce5c82b57624d.tar.gz
bindings: python: add MANIFEST.in
In order to allow building sdist and wheel packages for python bindings with python3-build, add a proper MANIFEST.in file. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r--bindings/python/MANIFEST.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/bindings/python/MANIFEST.in b/bindings/python/MANIFEST.in
new file mode 100644
index 00000000..14605109
--- /dev/null
+++ b/bindings/python/MANIFEST.in
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: CC0-1.0
+# SPDX-FileCopyrightText: 2023 Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
+
+include setup.py
+
+recursive-include gpiod *.py
+
+recursive-include gpiod/ext *.c
+recursive-include gpiod/ext *.h