From 2bc4c4d0c4e717159c4192a94fef9c0d56c55816 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 2 Mar 2025 11:03:07 +0100 Subject: [PATCH] set the basic description for pypi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 391ebc1b0..9e1b4fb0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ name = "cohere" [tool.poetry] name = "cohere" version = "5.14.0" -description = "" +description = "The Cohere Python SDK" readme = "README.md" authors = [] keywords = []