Variables | |
list | APP = ['biosphere_admin.py'] |
list | DATA_FILES |
dictionary | OPTIONS |
app = APP, | |
data_files = DATA_FILES, | |
dictionary | options = {'py2app': OPTIONS} |
list | setup_requires = ['py2app'] |
setup::app = APP, [static] |
list setup::APP = ['biosphere_admin.py'] [static] |
setup::data_files = DATA_FILES, [static] |
list setup::DATA_FILES [static] |
dictionary setup::options = {'py2app': OPTIONS} [static] |
dictionary setup::OPTIONS [static] |
Initial value:
{'argv_emulation': True, 'iconfile' : 'sphere.icns', 'plist': dict( CFBundleName = "Bio-SPHERE", CFBundleShortVersionString = "0.0.3", # must be in X.X.X format CFBundleGetInfoString = "Bio-SPHERE GUI 0.0.3", CFBundleExecutable = "Bio-SPHERE GUI", CFBundleIdentifier = "biosphere.sf.net", ) }
list setup::setup_requires = ['py2app'] [static] |