1from distutils.core import setup
2import py2exe
3
4setup(console=['cygwin-downloader.py'])
5