mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-26 02:14:27 +01:00
15 lines
244 B
TOML
15 lines
244 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 = ""
|
|
|
|
[tool.setuptools]
|
|
packages = ["autogpt"]
|