webengine/osswebengine/WebKitTools/CygwinDownloader/setup.py
author andy simpson <andrews@symbian.org>
Fri, 20 Nov 2009 14:04:25 +0000
changeset 30 9bdd3755eaf6
parent 0 dd21522fd290
permissions -rw-r--r--
merge 200941 drop

#
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of the License "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description:  
#
#

from distutils.core import setup
import py2exe

setup(console=['cygwin-downloader.py'])