added basic project info

This commit is contained in:
0xArty
2023-04-14 20:00:05 +01:00
parent 8da77020b9
commit 087642f793

View File

@@ -1,3 +1,9 @@
[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']