Skip to content

Commit b22c092

Browse files
committed
docs: update metadata in pyproject.toml
1 parent 61e9d78 commit b22c092

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
[project]
22
name = "lsap-sdk"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Language Server Agent Protocol (LSAP) SDK - Transforms low-level LSP into high-level cognitive tools for agents"
55
readme = "README.md"
6+
authors = [{ name = "observerw", email = "[email protected]" }]
67
requires-python = ">=3.12"
8+
keywords = ["Language Server Protocol", "LSP", "LSAP", "Agent", "AI SDK"]
9+
classifiers = [
10+
"Programming Language :: Python",
11+
"Programming Language :: Python :: 3.12",
12+
"License :: OSI Approved :: MIT License",
13+
]
714
dependencies = [
815
"anyio>=4.12.0",
916
"asyncer>=0.0.11",

0 commit comments

Comments
 (0)