mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-08-26 17:04:08 +00:00
feat(api): api update
This commit is contained in:
parent
f2d28d2990
commit
08130f0c06
10 changed files with 407 additions and 207 deletions
|
|
@ -3,7 +3,7 @@ name = "opencode-ai"
|
|||
version = "0.1.0-alpha.28"
|
||||
description = "The official Python library for the opencode API"
|
||||
dynamic = ["readme"]
|
||||
license = "Apache-2.0"
|
||||
license = "MIT"
|
||||
authors = [
|
||||
{ name = "Opencode", email = "support@sst.dev" },
|
||||
]
|
||||
|
|
@ -31,7 +31,7 @@ classifiers = [
|
|||
"Operating System :: POSIX :: Linux",
|
||||
"Operating System :: Microsoft :: Windows",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"License :: OSI Approved :: Apache Software License"
|
||||
"License :: OSI Approved :: MIT License"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue