From cb147407b70922416db6039a1e273044266e85eb Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Sat, 3 Jun 2023 08:26:15 +0000 Subject: [PATCH] meta: add s+ console script (#1) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8653eb1..0ac35ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "surplus" version = "1.0.0" -description = "plus code to iOS-Shortcuts-like shareable text" +description = "Plus Code to iOS-Shortcuts-like shareable text" authors = ["Mark Joshwel "] license = "Unlicence" readme = "README.md" @@ -19,6 +19,7 @@ isort = "^5.12.0" [tool.poetry.scripts] surplus = 'surplus:cli' +"s+" = 'surplus:cli' [build-system] requires = ["poetry-core"]