setup.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 from distutils.core import setup
4 
5 setup(name='pigpio',
6  version='1.41',
7  author='joan',
8  author_email='joan@abyz.me.uk',
9  maintainer='joan',
10  maintainer_email='joan@abyz.me.uk',
11  url='http://abyz.me.uk/rpi/pigpio/python.html',
12  description='Raspberry Pi GPIO module',
13  long_description='Raspberry Pi Python module to access the pigpio daemon',
14  download_url='http://abyz.me.uk/rpi/pigpio/pigpio.zip',
15  license='unlicense.org',
16  py_modules=['pigpio'],
17  keywords=['raspberrypi', 'gpio',],
18  classifiers=[
19  "Programming Language :: Python :: 2",
20  "Programming Language :: Python :: 3",
21  ]
22  )
23 


cob_hand_bridge
Author(s): Mathias Lüdtke
autogenerated on Tue Oct 20 2020 03:35:57