From b2bbc0a24f66656bc63ad089d2770d003cf86418 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 28 Jul 2022 10:01:15 +0200 Subject: [PATCH] Feat: add readmin in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"