from distutils.core import setup # Source dist setup(name='wflow', version='1.0RC02', packages=['wflow'], package_dir={'wflow': 'wflow'}, author='J. Schellekens', author_email='jaap.schellekens@deltares.nl', url='http://www.openstreams.nl', license = "GPL", scripts=['wflow/wflow_extract.py','wflow/wflow_sceleton.py','wflow/wflow_gr4.py','wflow/plottss.py','wflow/wflow_wave.py','wflow/wflow_cqf.py','wflow/wflow_floodmap.py','wflow/wflow_upscale.py','wflow/wflow_fit.py','wflow/wflow_adapt.py','wflow/wflow_delwaq.py','Scripts/wflow_prepare_step1.py','Scripts/wflow_prepare_step2.py','wflow/wflow_sbm.py','wflow/wflow_hbv.py','wflow/wflow_upscale.py'], description='the wflow hydrological models (part of OpenStreams)', )