Oops, earlier changes broke the "Undecided" schedule. Added a new "system.sched...
[wvapps.git] / photoreider / setup.py
blob59724c30ca5cb533f734d6e765aeec5a588a0e9e
1 #!/usr/bin/env python
3 from distutils.core import setup
5 import glob
6 import py2exe
8 setup(windows=["photoreider.py"],
9 data_files=[("icons", glob.glob("icons\\*.xpm")),
10 ("icons", ["icons/icon.ico", "icons/icon.bmp"]),
11 ("", ["resources.wxg", "resources.xrc", "toolbars.xrc", "README.txt", "TODO"])