From 2ddcc87a3f5dac746c3f29c2d8e364d574c986d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 6 Oct 2023 14:56:25 +0200 Subject: [PATCH] Add README to package metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4d6a857..a45c1bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = [ { name = "Red Hat", email = "packit@redhat.com" }, ] description = "Library for testing Python code that allows to store output of various objects and use the stored data for testing." +readme = "README.md" license = "MIT" license-files = { paths = ["LICENSE"] } requires-python = ">=3.6"