From fb8962c1e643c4143e10437aee00a5c338f410bf Mon Sep 17 00:00:00 2001 From: Sergey Vlasov Date: Sun, 21 Aug 2022 00:28:50 +0300 Subject: [PATCH] build-systems: use hatch-fancy-pypi-readme for jsonschema >= 4.11.0 --- overrides/build-systems.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index e5df302..d6272b0 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -608,7 +608,8 @@ ], "jsonschema": [ { "buildSystem": "hatchling", "from": "4.6.0" }, - { "buildSystem": "hatch-vcs", "from": "4.6.0" } + { "buildSystem": "hatch-vcs", "from": "4.6.0" }, + { "buildSystem": "hatch-fancy-pypi-readme", "from": "4.11.0" } ], "jupyter-client": [ "hatchling"