ITM AMNS: User Interface  \$Id: Doxyfile 502 2015-10-15 12:23:45Z dpc $
setup.py File Reference

Go to the source code of this file.

Namespaces

 setup
 

Variables

tuple setup.DATAVERSION = os.getenv("DATAVERSION")
 
tuple setup.ITMLIBDIR = os.getenv("ITMLIBDIR")
 
tuple setup.SYS = os.getenv("SYS")
 
tuple setup.UAL = os.getenv("UAL")
 
tuple setup.SVNVERSION = os.getenv("SVNVERSION")
 
string setup.ITMCONSTANTS = "%s/%s/include"
 
list setup.library_dirs = [UAL + "/lib", UAL + "/lowlevel", UAL + "/fortraninterface"]
 
list setup.libraries = ["amns-"+SVNVERSION+"-"+DATAVERSION+"-"+SYS, "UALLowLevel"]
 
string setup.name = "amns"
 
 setup.version = DATAVERSION,
 
string setup.author = "David Coster"
 
string setup.author_email = "David.Coster@ipp.mpg.de"
 
tuple setup.description = ("Python interface to the ITM AMNS system")
 
string setup.license = "JRC"
 
string setup.url = "http://www.efda-itm.eu/ITM/html/amns_public.html"
 
dictionary setup.cmdclass = {'build_ext': build_ext}
 
list setup.ext_modules