From 763fe37d1b31e7d53750ccd912ee86fa174f6204 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Mon, 10 Jun 2024 15:15:29 +0200 Subject: [PATCH] fix(build): set README.md as the readme in pyproject.toml This makes `twine check` pass (and allow uploads to pypi) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ea65944..129e436 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.9.0" description = "Bibsonomy/Zotero plugin for managing refernces in APIS framework" authors = ["Matthias Schlögl "] license = "MIT" +readme = "README.md" [tool.poetry.dependencies] python = "^3.11"