117:b509a4e34d7f | 118:aadd60a24bc8 |
---|---|
7 'plist': { | 7 'plist': { |
8 'LSUIElement': True, | 8 'LSUIElement': True, |
9 }, | 9 }, |
10 'packages': ['rumps', 'keyring', 'yaml'], | 10 'packages': ['rumps', 'keyring', 'yaml'], |
11 'includes': ['xdg'], | 11 'includes': ['xdg'], |
12 'excludes': ['wx', 'PyQt5', 'matplotlib', 'numpy', 'scipy'], | |
12 } | 13 } |
13 | 14 |
14 setup( | 15 setup( |
15 app=APP, | 16 app=APP, |
16 data_files=DATA_FILES, | 17 data_files=DATA_FILES, |