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

This commit is contained in:
Philip Howard
2013-03-28 00:00:18 +00:00
parent b1169c8364
commit 554b542a2f
3 changed files with 6 additions and 1 deletions

1
MANIFEST.in Normal file
View File

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

4
README
View File

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

View File

@@ -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/',