diff --git a/pyproject.toml b/pyproject.toml index 3c43566..d00bfb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "pyvarint" version = "0.0.1a2" -description = "Varints, a method of serializing integers using one or more bytes " +description = "Varints, a method of serializing integers using one or more bytes" authors = ["decentral1se "] maintainers = ["decentral1se "] license = "GPLv3"