Edited setup.py

This commit is contained in:
BlueFox 2021-12-04 13:50:31 +00:00
parent f8b2b88953
commit 430ab48e77

View File

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