Skip to content

Commit

Permalink
fix: export metadata.plugins export should have valid module (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiali authored and lukealvoeiro committed Sep 9, 2024
1 parent 1d6e40e commit 8af8d76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "goose-ai"
description = "a programming agent that runs on your machine"
version = "0.8.2"
version = "0.8.3"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"attrs>=23.2.0",
"rich>=13.7.1",
"ruamel-yaml>=0.18.6",
"ai-exchange>=0.8.1",
"ai-exchange>=0.8.2",
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
]
Expand All @@ -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 8af8d76

Please sign in to comment.