diff --git a/pyproject.toml b/pyproject.toml index 4662830..0c6cf07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "zmodn" version = "0.1.0" -description = "" +description = "Zmodn is a Python library for modular arithmetic on Z/nZ." authors = ["Alejandro Sanchez Yali "] readme = "README.md"