From 46a2fd54c347a2d3657c0eab91bd0facefff7406 Mon Sep 17 00:00:00 2001 From: damienrj Date: Mon, 18 Nov 2024 08:54:32 -0800 Subject: [PATCH] Make entrypoint plural to match gcloud command (#5) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3fd629c..3761364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cloud-workstation" -version = "0.1.4" +version = "0.2.0" requires-python = ">=3.8" readme = "README.md" description = "" @@ -42,7 +42,7 @@ dev-dependencies = [ ] [project.scripts] -workstation = "workstation.cli:cli" +workstations = "workstation.cli:cli" [build-system] requires = ["setuptools>=42", "wheel"]