Kaynağa Gözat

add wiringpi to packages

master
Andreas Demmelbauer 5 yıl önce
ebeveyn
işleme
1803cb063b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py Dosyayı Görüntüle

@@ -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())

Yükleniyor…
İptal
Kaydet