| Home | Trees | Indices | Help |
|---|
|
|
1 """
2 This is a setup.py script generated by py2applet
3
4 Usage:
5 python setup.py py2app
6 """
7
8 from setuptools import setup
9
10 if __name__ == "__main__":
11 APP = ['EyePicker.py']
12 DATA_FILES = []
13 OPTIONS = {'argv_emulation': True}
14
15 setup(
16 app=APP,
17 data_files=DATA_FILES,
18 options={'py2app': OPTIONS},
19 setup_requires=['py2app'],
20 )
21
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 21 14:32:03 2015 | http://epydoc.sourceforge.net |