mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-05 10:30:30 +09:00
Various fixes
This commit is contained in:
4
setup.py
4
setup.py
@@ -31,14 +31,14 @@ _wiringpi2 = Extension(
|
||||
|
||||
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=[],
|
||||
|
||||
Reference in New Issue
Block a user