diff --git a/pyproject.toml b/pyproject.toml index 913eba7..c819dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "1.0.0rc1" description = "Command line tool for compiling latex with python command embedded" authors = ["Bertrand Benjamin "] license = "GPLv3" +readme = "README.md" [tool.poetry.dependencies] python = "^3.10"