blob: 719c635073752ab41fd130a96f85cfd44f4a8855 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux."
2HOMEPAGE = "http://pythonhosted.org/python-periphery/"
3LICENSE = "MIT"
4
Brad Bishop0e2770c2020-01-21 07:31:46 -05005LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1ecf5c2354c22fb5bfd53eefb8f9e65b"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006
Brad Bishop868407c2019-11-04 13:24:47 -05007PYPI_PACKAGE = "python-periphery"