From: Bartosz Golaszewski Date: Wed, 12 Apr 2023 19:53:57 +0000 (+0200) Subject: bindings: python: add a long description to setup.py X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=381862780dc34ce63af7c87a3f8c91837619a165;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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", )