From 73ae71ce6a5387fc63094b8e7f0ee23a3d3df346 Mon Sep 17 00:00:00 2001 From: Andrei Matveyeu Date: Thu, 15 Aug 2024 09:01:36 +0200 Subject: [PATCH] add readme field to pyproject.toml --- cli/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index e544d712..417a46d4 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -5,6 +5,7 @@ requires = ["setuptools>=72", "wheel", "setuptools_scm[toml]>=8"] name = "etos_client" dynamic = ["version"] description = "Test suite execution client for ETOS." +readme = "README.rst" authors = [{name = "Tobias Persson", email = "tobias.persson@axis.com"}] license = { text = "Apache License, Version 2.0" } classifiers = [