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