From cdf6de38a72fcc7cc43223b92eb6d87d00639c40 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:35:20 +0530 Subject: [PATCH] Remove extra attributes from "Description-Content-Type" --- make_wheels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_wheels.py b/make_wheels.py index 1fc834e..12c9024 100644 --- a/make_wheels.py +++ b/make_wheels.py @@ -225,7 +225,7 @@ def write_ziglang_wheel(out_dir, *, version, platform, archive): tag=f'py3-none-{platform}', metadata=[ ('Summary', 'Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.'), - ('Description-Content-Type', "'text/markdown'; charset=UTF-8; variant=GFM"), + ('Description-Content-Type', 'text/markdown'), # The license expression and the file paths MUST remain in sync # with the paths in the official Zig tarballs and with the ones # defined above in the contents. The difference is that these