Edited setup.py

This commit is contained in:
BlueFox 2021-12-04 18:52:41 +01:00
parent ef9aa12e39
commit dd49ed6029

View File

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