setup.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 from distutils.core import setup
00004 
00005 setup(name='pigpio',
00006       version='1.41',
00007       author='joan',
00008       author_email='joan@abyz.me.uk',
00009       maintainer='joan',
00010       maintainer_email='joan@abyz.me.uk',
00011       url='http://abyz.me.uk/rpi/pigpio/python.html',
00012       description='Raspberry Pi GPIO module',
00013       long_description='Raspberry Pi Python module to access the pigpio daemon',
00014       download_url='http://abyz.me.uk/rpi/pigpio/pigpio.zip',
00015       license='unlicense.org',
00016       py_modules=['pigpio'],
00017       keywords=['raspberrypi', 'gpio',],
00018       classifiers=[
00019          "Programming Language :: Python :: 2",
00020          "Programming Language :: Python :: 3",
00021       ]
00022      )
00023 


cob_hand_bridge
Author(s): Mathias Lüdtke
autogenerated on Thu Jun 6 2019 20:43:57