mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-28 19:34:30 +01:00
Merge pull request #1474 from bszollosinagy/allow_easy_setup
Allow local Development without pip install using "pip install -e ."
This commit is contained in:
@@ -8,4 +8,7 @@ readme = "README.md"
|
||||
line-length = 88
|
||||
target-version = ['py310']
|
||||
include = '\.pyi?$'
|
||||
extend-exclude = ""
|
||||
extend-exclude = ""
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["autogpt"]
|
||||
|
||||
Reference in New Issue
Block a user