Merge pull request #56 from liffiton/master
Fix for building new WiringPi from source dist; build simplifications.testing
commit
f66dc8aae9
@ -1,7 +1,6 @@
|
|||||||
graft WiringPi/wiringPi
|
recursive-include WiringPi *.h
|
||||||
graft WiringPi/devLib
|
|
||||||
include README.md
|
include README.md
|
||||||
include LICENSE.txt
|
include LICENSE.txt
|
||||||
include setup.cfg
|
include bindings.i
|
||||||
include wiringpi.py
|
include constants.py
|
||||||
include wiringpi_wrap.c
|
include wiringpi-class.py
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
swig2.0 -python -threads wiringpi.i
|
|
||||||
sudo python setup.py build install
|
|
||||||
sudo python test.py
|
|
||||||
@ -1,2 +1,7 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
description-file = README.md
|
author = Philip Howard
|
||||||
|
author_email = phil@gadgetoid.com
|
||||||
|
url = https://github.com/WiringPi/WiringPi-Python/
|
||||||
|
description = A python interface to WiringPi 2.0 library which allows for easily interfacing with the GPIO pins of the Raspberry Pi. Also supports i2c and SPI.
|
||||||
|
long_description = file:README.md
|
||||||
|
license = LGPL
|
||||||
|
|||||||
Loading…
Reference in new issue