Update url in setup.py in line with recent changes

This commit is contained in:
Andrew Scheller
2016-02-29 16:54:20 +00:00
parent d79abc7b70
commit 7526b3885f

View File

@@ -20,7 +20,7 @@ setup(
version = '2.32.0',
author = "Philip Howard",
author_email = "phil@gadgetoid.com",
url = 'https://github.com/Gadgetoid/WiringPi2-Python/',
url = 'https://github.com/WiringPi/WiringPi-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""",