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