aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-12 21:53:57 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-12 21:53:57 +0200
commit381862780dc34ce63af7c87a3f8c91837619a165 (patch)
treebd8a3ce6bebe0ad7f80cb9b678bfec3c741d3c37
parent8501988c9d4f9530af852ccd6fff6d9d24ad7437 (diff)
downloadlibgpiod-381862780dc34ce63af7c87a3f8c91837619a165.tar.gz
bindings: python: add a long description to setup.py
Add a long description that will be displayed on the main page once we make the project available on pypi. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r--bindings/python/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/python/setup.py b/bindings/python/setup.py
index e9dae00a..67ea52c9 100644
--- a/bindings/python/setup.py
+++ b/bindings/python/setup.py
@@ -53,6 +53,8 @@ setup(
author="Bartosz Golaszewski",
author_email="brgl@bgdev.pl",
description="Python bindings for libgpiod",
+ long_description="This is a package spun out of the main libgpiod repository containing " \
+ "python bindings to the underlying C library.",
platforms=["linux"],
license="LGPLv2.1",
)