From 13fd01884eca170c0712f46568f49367bb6b91b1 Mon Sep 17 00:00:00 2001 From: Tom White Date: Fri, 6 Dec 2024 10:41:07 +0000 Subject: [PATCH] New tagline (#641) --- README.md | 2 +- docs/index.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0766e349..a16ddfa6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cubed -## Scalable out-of-core array processing in Python +## Scalable array processing with bounded memory Cubed is a Python library for scalable out-of-core multi-dimensional array processing with bounded memory. diff --git a/docs/index.md b/docs/index.md index ed28765a..927f44d8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Cubed: Scalable out-of-core array processing in Python +# Cubed: Scalable array processing with bounded memory Cubed is a Python library for scalable out-of-core multi-dimensional array processing with bounded memory. diff --git a/pyproject.toml b/pyproject.toml index 1922dfe5..41e66842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ {name = "Tom White", email = "tom.e.white@gmail.com"}, ] license = {text = "Apache License 2.0"} -description = "Scalable out-of-core array processing in Python" +description = "Scalable array processing with bounded memory" readme = {file = "README.md", content-type = "text/markdown"} classifiers = [ "Development Status :: 4 - Beta",