23:86b42610d5a8 | 24:94d58d514d69 |
---|---|
1 from setuptools import setup | 1 from setuptools import setup |
2 | 2 |
3 APP = ['borgend.py'] | 3 APP = ['borgend.py'] |
4 DATA_FILES = [] | 4 DATA_FILES = [] |
5 OPTIONS = { | 5 OPTIONS = { |
6 'argv_emulation': True, | 6 'argv_emulation': False, |
7 'plist': { | 7 'plist': { |
8 'LSUIElement': True, | 8 'LSUIElement': True, |
9 }, | 9 }, |
10 'packages': ['rumps', 'keyring'], | 10 'packages': ['rumps', 'keyring'], |
11 } | 11 } |