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",