diff --git a/README.md b/README.md index b339ac6..49e673e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Make every matrix beautiful. -MatRepr formats matrices to HTML, string, and LaTeX, with Jupyter integration. +MatRepr formats matrices and tensors to HTML, string, and LaTeX, with Jupyter integration. * **SciPy** - sparse matrices and arrays like `csr_matrix` and `coo_array` * **NumPy** - `ndarray` diff --git a/pyproject.toml b/pyproject.toml index 7b82347..12512ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "matrepr" version = "0.8.1" -description="Format matrices to HTML, string, and LaTeX, with Jupyter integration." +description="Format matrices and tensors to HTML, string, and LaTeX, with Jupyter integration." readme = "README.md" authors = [ { name = "Adam Lugowski"},