Allow local Development without pip install using "pip install -e ."

This commit is contained in:
batyu
2023-04-15 06:41:53 +02:00
parent 6a93537c42
commit 6e05db972a

View File

@@ -8,4 +8,7 @@ readme = "README.md"
line-length = 88
target-version = ['py310']
include = '\.pyi?$'
extend-exclude = ""
extend-exclude = ""
[tool.setuptools]
packages = ["autogpt"]