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, |