Update pyproject
This commit is contained in:
parent
9b172e900f
commit
86c8d28830
|
@ -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"},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue