fix: export metadata.plugins export should have valid module (#30)
This commit is contained in:
+3
-3
@@ -1,14 +1,14 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "goose-ai"
|
name = "goose-ai"
|
||||||
description = "a programming agent that runs on your machine"
|
description = "a programming agent that runs on your machine"
|
||||||
version = "0.8.2"
|
version = "0.8.3"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"attrs>=23.2.0",
|
"attrs>=23.2.0",
|
||||||
"rich>=13.7.1",
|
"rich>=13.7.1",
|
||||||
"ruamel-yaml>=0.18.6",
|
"ruamel-yaml>=0.18.6",
|
||||||
"ai-exchange>=0.8.1",
|
"ai-exchange>=0.8.2",
|
||||||
"click>=8.1.7",
|
"click>=8.1.7",
|
||||||
"prompt-toolkit>=3.0.47",
|
"prompt-toolkit>=3.0.47",
|
||||||
]
|
]
|
||||||
@@ -19,7 +19,7 @@ packages = [{ include = "goose", from = "src" }]
|
|||||||
packages = ["src/goose"]
|
packages = ["src/goose"]
|
||||||
|
|
||||||
[project.entry-points."metadata.plugins"]
|
[project.entry-points."metadata.plugins"]
|
||||||
goose-ai = ""
|
goose-ai = "goose.module_name"
|
||||||
|
|
||||||
[project.entry-points."goose.toolkit"]
|
[project.entry-points."goose.toolkit"]
|
||||||
developer = "goose.toolkit.developer:Developer"
|
developer = "goose.toolkit.developer:Developer"
|
||||||
|
|||||||
Reference in New Issue
Block a user