From a181735d6bcd98da0bdf0caf6e67ab06b2203a9d Mon Sep 17 00:00:00 2001 From: Alexander van der Grinten Date: Mon, 28 Oct 2024 23:08:32 +0100 Subject: [PATCH] pyproject: Add README.md --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 01feaad..f03d84d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ dependencies = [ "jq", "pyyaml", ] +readme = "README.md" [build-system] requires = ["hatchling"]