Various fixes
diff --git a/setup.py b/setup.py
index ff987a4..338eb2e 100644
--- a/setup.py
+++ b/setup.py
@@ -31,14 +31,14 @@
setup(
name = 'wiringpi2',
- version = '1.0.7',
+ version = '1.0.10',
author = "Philip Howard",
author_email = "phil@gadgetoid.com",
url = 'https://github.com/Gadgetoid/WiringPi2-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=open('README.rst','rt').read(),
+ long_description=open('README').read(),
ext_modules = [ _wiringpi2 ],
py_modules = ["wiringpi2"],
install_requires=[],