Skip to content

Commit

Permalink
Add missing package to MacOS generation
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanCasanovaSdweb committed Oct 29, 2018
1 parent a104bb2 commit 5bb4eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def dataFiles(baseSourceDir, baseDestDir, sourceDirs, excludes=[]):

py2appParams = {
'includes': 'PngImagePlugin,JpegImagePlugin,GifImagePlugin,IcoImagePlugin,BmpImagePlugin,BaseHTTPServer',
'packages': 'encodings,nevow,lxml',
'packages': 'encodings,nevow,lxml,PIL',
'argv_emulation': True,
'semi_standalone': False,
'plist': plist,
Expand Down

0 comments on commit 5bb4eee

Please sign in to comment.