Merge pull request #1474 from bszollosinagy/allow_easy_setup

Allow local Development without pip install using "pip install -e ."
This commit is contained in:
Richard Beales
2023-04-17 20:18:21 +01:00
committed by GitHub

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"]