haikuwebkit/Tools/CygwinDownloader/setup.py

5 lines
88 B
Python

from distutils.core import setup
import py2exe
setup(console=['cygwin-downloader.py'])