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