Skip to content

Commit 90f783e

Browse files
committed
chore: fix readme content-type
1 parent 1dcc09f commit 90f783e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def do_setup():
189189
version=module_version,
190190
description=("Python bindings to Zstandard (zstd) compression library."),
191191
long_description=long_description,
192-
long_description_content_type='text/x-rst',
192+
long_description_content_type='text/markdown',
193193
author='Ma Lin',
194194
author_email='[email protected]',
195195
maintainer="Rogdham",

0 commit comments

Comments
 (0)