From d67d72cdd51f281835c967097776369e74b80dd7 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Fri, 1 Sep 2023 13:38:38 +0000 Subject: [PATCH] meta: update description in pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63c17c6..550c371 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "surplus" version = "2.0.0" -description = "Plus Code to iOS-Shortcuts-like shareable text" +description = "Python script to convert Google Maps Plus Codes to iOS Shortcuts-like shareable text." authors = ["Mark Joshwel "] license = "Unlicence" readme = "README.md"