Tidy up readme, update description and add contributors

This commit is contained in:
Ben Nuttall
2016-12-08 17:25:56 +00:00
parent cbdd9b6c5b
commit 5a1ee73164
2 changed files with 33 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ import os
import sys
from setuptools import setup, find_packages
"A simple interface to everyday GPIO components used with Raspberry Pi"
"A simple interface to GPIO devices with Raspberry Pi."
if sys.version_info[0] == 2:
if not sys.version_info >= (2, 7):