Edited setup.py
This commit is contained in:
parent
f8b2b88953
commit
430ab48e77
5
setup.py
5
setup.py
@ -5,11 +5,12 @@ setup(
|
|||||||
version='0.1.0',
|
version='0.1.0',
|
||||||
author='BlueFox',
|
author='BlueFox',
|
||||||
author_email='bluefox@privacynerd.de',
|
author_email='bluefox@privacynerd.de',
|
||||||
packages=['rpigpio_makertools'],
|
packages=['RPiGPIOmakertools'],
|
||||||
license='LICENSE',
|
license='LICENSE',
|
||||||
description='Library for communicating with OLED-, E-Ink-, TFT- and so on -displays. And some other useful stuff.',
|
description='Library for communicating with OLED-, E-Ink-, TFT- and so on -displays. And some other useful stuff.',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"RPi.GPIO >= 0.7.0",
|
"RPi.GPIO",
|
||||||
|
"Pillow",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user