Skip to content

Commit

Permalink
Make entrypoint plural to match gcloud command (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
damienrj authored Nov 18, 2024
1 parent a8d95fb commit 46a2fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cloud-workstation"
version = "0.1.4"
version = "0.2.0"
requires-python = ">=3.8"
readme = "README.md"
description = ""
Expand Down Expand Up @@ -42,7 +42,7 @@ dev-dependencies = [
]

[project.scripts]
workstation = "workstation.cli:cli"
workstations = "workstation.cli:cli"

[build-system]
requires = ["setuptools>=42", "wheel"]
Expand Down

0 comments on commit 46a2fd5

Please sign in to comment.