xdg include fix?

Mon, 17 Sep 2018 19:31:22 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 17 Sep 2018 19:31:22 -0500
changeset 117
b509a4e34d7f
parent 116
4a56dda09745
child 118
aadd60a24bc8

xdg include fix?

setup.py file | annotate | diff | comparison | revisions
--- 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(

mercurial