Skip to content

Commit b179b03

Browse files
committed
feat: move typer to cli dep group and rename tool to 'lsp'
1 parent be60774 commit b179b03

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ classifiers = [
1313
]
1414

1515
dependencies = [
16-
"typer>=0.12.0",
1716
"anyio>=4.10.0",
1817
"asyncer>=0.0.10",
1918
"attrs>=25.3.0",
@@ -25,9 +24,12 @@ dependencies = [
2524
]
2625

2726
[project.scripts]
28-
lsp-client = "lsp_client.cli:app"
27+
lsp = "lsp_client.cli:app"
2928

3029
[dependency-groups]
30+
cli = [
31+
"typer>=0.12.0",
32+
]
3133
dev = [
3234
"pytest>=8.4.1",
3335
"pytest-asyncio>=1.0.0",

uv.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)