Skip to content

Commit

Permalink
Merge pull request #1474 from bszollosinagy/allow_easy_setup
Browse files Browse the repository at this point in the history
Allow local Development without pip install using "pip install -e ."
  • Loading branch information
richbeales committed Apr 17, 2023
2 parents cd587bc + 6e05db9 commit 6222b2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ readme = "README.md"
line-length = 88
target-version = ['py310']
include = '\.pyi?$'
extend-exclude = ""
extend-exclude = ""

[tool.setuptools]
packages = ["autogpt"]

0 comments on commit 6222b2d

Please sign in to comment.