Skip to content

Commit

Permalink
Merge pull request #143 from ethanwhite/fix-mac-build
Browse files Browse the repository at this point in the history
Fix py2app build
  • Loading branch information
bendmorris committed Jan 3, 2014
2 parents d626483 + 4ab0237 commit 2128756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def clean_version(v):
'includes': includes,
'excludes': excludes,
},
'py2app': {'packages': packages,
'py2app': {'packages': ['retriever'],
'includes': includes,
'site_packages': True,
'resources': [],
Expand Down

0 comments on commit 2128756

Please sign in to comment.