Skip to content

Commit

Permalink
fix: export metadata.plugins export should have valid module
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiali committed Aug 29, 2024
1 parent dd510a7 commit 7b4cd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [{ include = "goose", from = "src" }]
packages = ["src/goose"]

[project.entry-points."metadata.plugins"]
goose-ai = ""
goose-ai = "goose.module_name"

[project.entry-points."goose.toolkit"]
developer = "goose.toolkit.developer:Developer"
Expand Down

0 comments on commit 7b4cd87

Please sign in to comment.