mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-10 21:28:08 +09:00
Update url in setup.py in line with recent changes
This commit is contained in:
2
setup.py
2
setup.py
@@ -20,7 +20,7 @@ setup(
|
|||||||
version = '2.32.0',
|
version = '2.32.0',
|
||||||
author = "Philip Howard",
|
author = "Philip Howard",
|
||||||
author_email = "phil@gadgetoid.com",
|
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
|
description = """A python interface to WiringPi 2.0 library which allows for
|
||||||
easily interfacing with the GPIO pins of the Raspberry Pi. Also supports
|
easily interfacing with the GPIO pins of the Raspberry Pi. Also supports
|
||||||
i2c and SPI""",
|
i2c and SPI""",
|
||||||
|
|||||||
Reference in New Issue
Block a user