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 1f8bafc911

View file

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