From 1803cb063b9628c8a4b97f302d1bb359a3d21be9 Mon Sep 17 00:00:00 2001 From: Andreas Demmelbauer Date: Thu, 23 May 2019 17:00:30 +0200 Subject: [PATCH] add wiringpi to packages --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f36b11..d9654aa 100644 --- a/setup.py +++ b/setup.py @@ -7,5 +7,5 @@ setup(name = 'Adafruit_Video_Looper', description = 'Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.', license = 'GNU GPLv2', url = 'https://git.notice.at/redplanet/pi_video_looper_gpio.git', - install_requires = ['pyudev'], + install_requires = ['pyudev', 'wiringpi'], packages = find_packages())