Update pyproject

This commit is contained in:
Aymeric 2024-12-27 16:46:32 +01:00
parent 9b172e900f
commit 86c8d28830
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "smolagents" name = "smolagents"
version = "0.1.0" 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 = [ authors = [
{ name="Aymeric Roucher", email="aymeric@hf.co" }, { name="Thomas Wolf"}, { name="Aymeric Roucher", email="aymeric@hf.co" }, { name="Thomas Wolf"},
] ]