From 5c665b2d5ffe8a9074a19c0910e35b2ea1d8b772 Mon Sep 17 00:00:00 2001 From: ruchimotwaniBC Date: Mon, 23 Sep 2024 13:19:06 +0200 Subject: [PATCH] change in description of pyproject toml file --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f22db63d..4f52fbd2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,8 @@ authors = [ {name = "xcube Development Team"} ] description = """\ - xcube is a Python package for generating and exploiting - data cubes powered by xarray, dask, and zarr. + xcube is a Python package for generating and exploiting \ + data cubes powered by xarray, dask, and zarr. \ """ keywords = [ "analysis ready data", "data science",