bindings: python: add a long description to setup.py
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 12 Apr 2023 19:53:57 +0000 (21:53 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 12 Apr 2023 19:53:57 +0000 (21:53 +0200)
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>
bindings/python/setup.py

index e9dae00a3cbe3e7c57934e480ff87aad7c16a119..67ea52c9bfab68449d84d657cf8cf334b9efd73a 100644 (file)
@@ -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",
 )