AutoGPT/pyproject.toml

11 lines
201 B
TOML
Raw Normal View History

2023-04-14 19:00:05 +00:00
[project]
name = "auto-gpt"
version = "0.1.0"
description = "A GPT based ai agent"
readme = "README.md"
2023-04-14 18:58:04 +00:00
[tool.black]
line-length = 88
target-version = ['py310']
include = '\.pyi?$'
extend-exclude = ""