py2app is fucked up shit that couldn't find a packages with staring at it

Mon, 17 Sep 2018 19:48:02 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 17 Sep 2018 19:48:02 -0500
changeset 118
aadd60a24bc8
parent 117
b509a4e34d7f
child 119
e5f29271089d

py2app is fucked up shit that couldn't find a packages with staring at it
with its name written on it, and instead takes them all, so include a long
list of modules to forcibly exclude to build a reasonably-sized app.

setup.py file | annotate | diff | comparison | revisions
--- a/setup.py	Mon Sep 17 19:31:22 2018 -0500
+++ b/setup.py	Mon Sep 17 19:48:02 2018 -0500
@@ -9,6 +9,7 @@
     },
     'packages': ['rumps', 'keyring', 'yaml'],
     'includes': ['xdg'],
+    'excludes': ['wx', 'PyQt5', 'matplotlib', 'numpy', 'scipy'],
 }
 
 setup(

mercurial