From d91e36524320083b24be61d8d880204d2cd00233 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 17 Feb 2023 10:43:50 +0100
Subject: [PATCH] [readme] Fix PyPI display issue with incorrectly detected
 markdown type

---
 pyproject.toml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 697304d..7fcde8a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ name = "clapp"
 version = "1.0.0b0"
 requires-python = ">=3.9"
 description = "Configuration Support for Python Packages and CLIs"
-dynamic = ["readme"]
+readme = "README.md"
 license = {text = "BSD 3-Clause License"}
 authors = [
   {name = "Andre Anjos", email = "andre.anjos@idiap.ch"},
@@ -70,9 +70,6 @@ error-config = "tests.data.doesnt_exist"
 zip-safe = true
 package-dir = {"" = "src"}
 
-[tool.setuptools.dynamic]
-readme = {file = "README.md"}
-
 [tool.distutils.bdist_wheel]
 universal = true
 
-- 
GitLab