We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3650071 commit de46d9cCopy full SHA for de46d9c
1 file changed
setup.py
@@ -90,6 +90,7 @@ def finalize_options(self):
90
cmdclass={'build_ext': BuildExt},
91
url=MODULE_URL,
92
description=SHORT_DESCRIPTION,
93
+ long_description_content_type='text/markdown',
94
ext_modules=EXTENSIONS,
95
long_description=read_file("README.md"),
96
license=LICENSE,
0 commit comments