Skip to content

Commit 02255ad

Browse files
committed
Merge branch 'main' of github.com:phil-osk/pystapi
2 parents a2dbc44 + 4a0293b commit 02255ad

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies = [
99
"pystapi-validator",
1010
"stapi-pydantic",
1111
"stapi-fastapi",
12-
"types-click>=7.1.8",
1312
]
1413

1514
[dependency-groups]

pystapi-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
]
2121

2222
[project.scripts]
23-
stapi-cli = "pystapi_client.scripts.cli:cli"
23+
stapi = "pystapi_client.scripts.cli:cli"
2424

2525
[tool.uv.sources]
2626
stapi-pydantic = { workspace = true }

0 commit comments

Comments
 (0)