From 363711e05221e5d08977ab22a1048f7b8febf567 Mon Sep 17 00:00:00 2001 From: samedamci Date: Wed, 1 Sep 2021 16:37:14 +0200 Subject: [PATCH] Fix typo in package description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d527568..f1653cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "pysheller" version = "0.0.0" -description = "Small library to craete Python application based on shell scripts." +description = "Small library to create Python application based on shell scripts." authors = ["samedamci "] license = "ISC" homepage = "https://github.com/samedamci/guzzy"