From 381862780dc34ce63af7c87a3f8c91837619a165 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 12 Apr 2023 21:53:57 +0200 Subject: [PATCH] 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 --- bindings/python/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index e9dae00..67ea52c 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", ) -- 2.30.2