Fixed issue with Mac build script not importing PIL

This commit is contained in:
Joey Payne 2015-03-15 21:38:30 -10:00
commit d3a44a2c66

View file

@ -12,6 +12,7 @@ DATA_FILES = ['files']
OPTIONS = {
'iconfile': 'icon.icns',
'includes': ['PySide.QtCore', 'PySide.QtGui', 'PySide.QtNetwork', 'configobj'],
'packages': ['PIL']
}
setup(