Added manifest file for headers, incremented version number for PiPy deploy. Updated README with disclaimer

pull/6/head
Philip Howard 13 years ago
parent b1169c8364
commit 554b542a2f

@ -0,0 +1 @@
graft WiringPi/wiringPi

@ -1,3 +1,7 @@
WARNING: This is an in-development library, it will not be bug free and fully featured.
Please tweet @gadgetoid, find Gadgetoid in IRC, email Phil at Gadgetoid dot com,
or visit http://pi.gadgetoid.com/post/039-wiringpi-version-2-with-extra-python and
comment if you have any problems, suggestions, questions or words of support.
WiringPi: An implementation of most of the Arduino Wiring
functions for the Raspberry Pi

@ -31,7 +31,7 @@ _wiringpi2 = Extension(
setup(
name = 'wiringpi2',
version = '1.0.0',
version = '1.0.1',
author = "Philip Howard",
author_email = "phil@gadgetoid.com",
url = 'https://github.com/Gadgetoid/WiringPi2-Python/',

Loading…
Cancel
Save