# HG changeset patch # User Tuomo Valkonen # Date 1537230682 18000 # Node ID b509a4e34d7f3e8c620c251460442d11657a8351 # Parent 4a56dda097452698752c81cdf2769c5d036b7759 xdg include fix? diff -r 4a56dda09745 -r b509a4e34d7f setup.py --- a/setup.py Tue Aug 14 22:57:48 2018 -0500 +++ b/setup.py Mon Sep 17 19:31:22 2018 -0500 @@ -7,10 +7,8 @@ 'plist': { 'LSUIElement': True, }, - 'packages': ['rumps', 'keyring'], - # The following is the real list, byt py2app fails despite - # them being installed according to pip3 and everything - #'packages': ['rumps', 'keyring', 'xdg', 'pyyaml'], + 'packages': ['rumps', 'keyring', 'yaml'], + 'includes': ['xdg'], } setup(