From 554b542a2fc60864008eb252d95733daccdca041 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Thu, 28 Mar 2013 00:00:18 +0000 Subject: [PATCH] Added manifest file for headers, incremented version number for PiPy deploy. Updated README with disclaimer --- MANIFEST.in | 1 + README | 4 ++++ setup.py | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in 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 @@ _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/',