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"]