From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> Add additional information to setup.py. This will be visible in the EGG file. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> --- bindings/python/setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index c90d7d7..7ad5de3 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -39,4 +39,9 @@ setup( packages=find_packages(include=["gpiod"]), ext_modules=extensions, version=__version__, + author="Bartosz Golaszewski", + author_email="brgl@xxxxxxxx", + description="Python bindings for libgpiod", + platforms=["linux"], + license="LGPLv2.1", ) -- 2.37.2