mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-03 14:34:26 +01:00
fix: export metadata.plugins export should have valid module (#30)
This commit is contained in:
@@ -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",
|
||||
]
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user