setup.py

changeset 117
b509a4e34d7f
parent 60
10bd7e3906d9
child 118
aadd60a24bc8
equal deleted inserted replaced
116:4a56dda09745 117:b509a4e34d7f
5 OPTIONS = { 5 OPTIONS = {
6 'argv_emulation': False, 6 'argv_emulation': False,
7 'plist': { 7 'plist': {
8 'LSUIElement': True, 8 'LSUIElement': True,
9 }, 9 },
10 'packages': ['rumps', 'keyring'], 10 'packages': ['rumps', 'keyring', 'yaml'],
11 # The following is the real list, byt py2app fails despite 11 'includes': ['xdg'],
12 # them being installed according to pip3 and everything
13 #'packages': ['rumps', 'keyring', 'xdg', 'pyyaml'],
14 } 12 }
15 13
16 setup( 14 setup(
17 app=APP, 15 app=APP,
18 data_files=DATA_FILES, 16 data_files=DATA_FILES,

mercurial