Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Namespaces | Variables
setup.py File Reference

Go to the source code of this file.

Namespaces

 setup
 

Variables

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