Skip to content

Commit 93d0905

Browse files
agriyakhetarpalwhitequark
authored andcommitted
Remove extra attributes from "Description-Content-Type"
1 parent 7e1a90d commit 93d0905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_wheels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def write_ziglang_wheel(out_dir, *, version, platform, archive):
225225
tag=f'py3-none-{platform}',
226226
metadata=[
227227
('Summary', 'Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.'),
228-
('Description-Content-Type', "'text/markdown'; charset=UTF-8; variant=GFM"),
228+
('Description-Content-Type', 'text/markdown'),
229229
# The license expression and the file paths MUST remain in sync
230230
# with the paths in the official Zig tarballs and with the ones
231231
# defined above in the contents. The difference is that these

0 commit comments

Comments
 (0)