diff --git a/setup.py b/setup.py index 294d247..a2150f4 100644 --- a/setup.py +++ b/setup.py @@ -5,11 +5,12 @@ setup( version='0.1.0', author='BlueFox', author_email='bluefox@privacynerd.de', - packages=['rpigpio_makertools'], + packages=['RPiGPIOmakertools'], license='LICENSE', description='Library for communicating with OLED-, E-Ink-, TFT- and so on -displays. And some other useful stuff.', install_requires=[ - "RPi.GPIO >= 0.7.0", + "RPi.GPIO", + "Pillow", ], )