from setuptools import setup, find_packages setup( name='tzis', version='0.1', packages=find_packages(exclude=['tests*']), license='MIT', description='Convert to Zarr in Swift Object Storage', long_description=open('README.md').read(), install_requires=['zarr', 'xarray', 'dask', 'netcdf4', 'tqdm', 'zarrswift @ git+https://github.com/siligam/zarr-swiftstore.git'], url='???', author='Fabian Wachsmann, Marco Kulüke', author_email='wachsmann@dkrz.de' )