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', 'pyyaml', 'xdg'], |
10 'packages': ['rumps', 'keyring'], |
|
11 # The following is the real list, byt py2app fails despite |
|
12 # them being installed according to pip3 and everything |
|
13 #'packages': ['rumps', 'keyring', 'xdg', 'pyyaml'], |
11 } |
14 } |
12 |
15 |
13 setup( |
16 setup( |
14 app=APP, |
17 app=APP, |
15 data_files=DATA_FILES, |
18 data_files=DATA_FILES, |