mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +01:00
11 lines
201 B
TOML
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 = "" |