Home | History | Annotate | Download | only in CygwinDownloader
      1 from distutils.core import setup
      2 import py2exe
      3 
      4 setup(console=['cygwin-downloader.py'])
      5