From 86c8d2883019f546df9e68e7fac8b59b7800ce1c Mon Sep 17 00:00:00 2001 From: Aymeric Date: Fri, 27 Dec 2024 16:46:32 +0100 Subject: [PATCH] Update pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d575db73..210df307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "smolagents" version = "0.1.0" -description = "🤗 `smolagents`: a barebones library for agents. Agents just write python code to call/orchestrate tools." +description = "🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents." authors = [ { name="Aymeric Roucher", email="aymeric@hf.co" }, { name="Thomas Wolf"}, ]