From 41de2a112476f0d6c3e2de4f26b3af0a95340ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 6 Oct 2023 14:47:42 +0200 Subject: [PATCH] Add README to package metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It turns out that it's not implicitly included and not having it prevents PyPI upload. Signed-off-by: Nikola Forró --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 75f7dfc5..b1d6a6d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = [ { name = "Red Hat", email = "user-cont-team@redhat.com" }, ] description = "One API for multiple git forges." +readme = "README.md" license = "MIT" license-files = { paths = ["LICENSE"] } requires-python = ">=3.9"