Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 4967233

Browse files
committed
docs: update metadata in pyproject.toml
1 parent a237ee7 commit 4967233

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 = "lsp-cli"
33
version = "0.0.2"
4-
description = "Add your description here"
4+
description = "A powerful command-line interface for the Language Server Agent Protocol (LSAP)"
55
readme = "README.md"
6+
authors = [{ name = "observerw", email = "wozluohd@gmail.com" }]
67
requires-python = ">=3.13"
8+
keywords = ["Language Server Protocol", "LSP", "CLI", "Developer Tools", "LSAP"]
9+
classifiers = [
10+
"Programming Language :: Python",
11+
"Programming Language :: Python :: 3.13",
12+
"License :: OSI Approved :: MIT License",
13+
]
714
dependencies = [
815
"anyio>=4.12.0",
916
"asyncer>=0.0.12",

0 commit comments

Comments
 (0)