Skip to content

Commit

Permalink
v 0.0.3 include more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
casvbem committed Aug 18, 2023
1 parent abf14ed commit 381cf94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
from setuptools import setup

setup(name='xbTools',
version='0.0.2',
version='0.0.3',
description='Toolbox to analyse and setup xbeach models',
url='https://github.com/openearth/xbeach-toolbox',
author='Menno de ridder',
author_email='[email protected]',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
license='MIT',
packages=['xbTools'],
packages=['xbTools','xbTools.grid','xbTools.general'],
python_requires='>=3, <4',
install_requires=['numpy','matplotlib','netCDF4','scipy','datetime','geopandas','shapely','fiona','pytest'],
zip_safe=False)

0 comments on commit 381cf94

Please sign in to comment.