Fixed issue with Mac build script not importing PIL
This commit is contained in:
parent
c20d3cf3b8
commit
d3a44a2c66
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ DATA_FILES = ['files']
|
|||
OPTIONS = {
|
||||
'iconfile': 'icon.icns',
|
||||
'includes': ['PySide.QtCore', 'PySide.QtGui', 'PySide.QtNetwork', 'configobj'],
|
||||
'packages': ['PIL']
|
||||
}
|
||||
|
||||
setup(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue