|
list | classifiers |
|
string | version = '0.7.1' |
|
string | author = 'Eric PTAK' |
|
string | author_email = 'trouch@trouch.com' |
|
string | description = 'A package to control Raspberry Pi GPIO from the web' |
|
tuple | long_description = open('../doc/README') |
|
string | license = 'MIT' |
|
string | keywords = 'RaspberryPi GPIO Python REST' |
|
string | url = 'http://code.google.com/p/webiopi/' |
|
list | packages |
|
list | ext_modules = [Extension(name='_webiopi.GPIO', sources=['native/bridge.c', 'native/gpio.c', 'native/cpuinfo.c'], include_dirs=['native/'])] |
|
list | headers = ['native/cpuinfo.h', 'native/gpio.h'] |
|