ci: setup release pipeline (#1)

This commit is contained in:
Luke Alvoeiro
2024-08-23 19:07:08 -07:00
committed by GitHub
parent dd126afa6c
commit 1d0ab9777b
2 changed files with 36 additions and 2 deletions
+5 -2
View File
@@ -1,5 +1,5 @@
[project]
name = "goose"
name = "goose-ai"
description = "a programming agent that runs on your machine"
version = "0.8.0"
readme = "README.md"
@@ -8,13 +8,16 @@ dependencies = [
"attrs>=23.2.0",
"rich>=13.7.1",
"ruamel-yaml>=0.18.6",
"exchange>=0.7.6",
"ai-exchange>=0.8.0",
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
]
author = [{ name = "Block", email = "ai-oss-tools@block.xyz" }]
packages = [{ include = "goose", from = "src" }]
[tool.hatch.build.targets.wheel]
packages = ["src/goose"]
[project.entry-points."goose.toolkit"]
developer = "goose.toolkit.developer:Developer"
github = "goose.toolkit.github:Github"