setup.py

changeset 118
aadd60a24bc8
parent 117
b509a4e34d7f
child 135
45c1a38f8709
equal deleted inserted replaced
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,

mercurial