Files
Auto-GPT/pyproject.toml
2023-04-14 20:00:05 +01:00

11 lines
201 B
TOML

[project]
name = "auto-gpt"
version = "0.1.0"
description = "A GPT based ai agent"
readme = "README.md"
[tool.black]
line-length = 88
target-version = ['py310']
include = '\.pyi?$'
extend-exclude = ""