diff --git a/pyproject.toml b/pyproject.toml index 653afd2..43e151e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "sigparse" version = "1.0.0" -description = "Backports python3.10 typing features into python3.8 and python3.9.git " +description = "Backports python3.10 typing features into python3.8 and python3.9." authors = ["Lunarmagpie "] license = "MIT" readme = "README.md"