| Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux." |
| 2 | HOMEPAGE = "http://pythonhosted.org/python-periphery/" | ||||
| 3 | LICENSE = "MIT" | ||||
| 4 | |||||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=063846af82b555d48822cf43dc6db6af" | ||||
| 6 | |||||
| 7 | PYPI_PACKAGE = "python-periphery" | ||||