# HG changeset patch # User Tuomo Valkonen # Date 1537231682 18000 # Node ID aadd60a24bc8e92ebc39317b81b62a7019a5e4d0 # Parent b509a4e34d7f3e8c620c251460442d11657a8351 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. diff -r b509a4e34d7f -r aadd60a24bc8 setup.py --- 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(