mirror of https://github.com/joan2937/pigpio
Update setup.py.in
This commit is contained in:
parent
4a98e4bdd4
commit
bd8cbd5ab4
|
@ -12,13 +12,12 @@ setup(name='pigpio',
|
||||||
description='Raspberry Pi GPIO module',
|
description='Raspberry Pi GPIO module',
|
||||||
long_description='Raspberry Pi Python module to access the pigpio daemon',
|
long_description='Raspberry Pi Python module to access the pigpio daemon',
|
||||||
download_url='http://abyz.me.uk/rpi/pigpio/pigpio.zip',
|
download_url='http://abyz.me.uk/rpi/pigpio/pigpio.zip',
|
||||||
license='unlicense.org',
|
license='Unlicense',
|
||||||
py_modules=['pigpio'],
|
py_modules=['pigpio'],
|
||||||
keywords=['raspberrypi', 'gpio',],
|
keywords=['raspberrypi', 'gpio',],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 2",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: The Unlicense (Unlicense)",
|
|
||||||
],
|
],
|
||||||
package_dir={ '': '${CMAKE_CURRENT_SOURCE_DIR}'}
|
package_dir={ '': '${CMAKE_CURRENT_SOURCE_DIR}'}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue