Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
Tools
/
CygwinDownloader
/
setup.py
blob: c3171d91bf82e79b7c8b5079db7b8778c9e68e5f [
file
] [
log
] [
blame
]
from
distutils
.
core
import
setup
import
py2exe
setup
(
console
=[
'cygwin-downloader.py'
])