Added manifest file for headers, incremented version number for PiPy deploy. Updated README with disclaimer
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..eb7317d
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+graft WiringPi/wiringPi
diff --git a/README b/README
index 2889e21..6d2abd0 100644
--- a/README
+++ b/README
@@ -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
diff --git a/setup.py b/setup.py
index 7df8e36..bb6706d 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@
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/',