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"}, ]