From dd49ed6029509d96e5690e116dc045639e91e8d6 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 4 Dec 2021 18:52:41 +0100 Subject: [PATCH] Edited setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea46b24..a7dd636 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( author_email='bluefox@privacynerd.de', packages=['RPiGPIOmakertools'], license='LICENSE', - description='Library for communicating with OLED-, E-Ink-, TFT- and so on -displays. And some other useful stuff.', + description='Library with some handy tools for working with GPIO', install_requires=[ "RPi.GPIO", "Pillow",