Skip to content

Commit de46d9c

Browse files
committed
MAINT add format of readme.md to setup.py
1 parent 3650071 commit de46d9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def finalize_options(self):
9090
cmdclass={'build_ext': BuildExt},
9191
url=MODULE_URL,
9292
description=SHORT_DESCRIPTION,
93+
long_description_content_type='text/markdown',
9394
ext_modules=EXTENSIONS,
9495
long_description=read_file("README.md"),
9596
license=LICENSE,

0 commit comments

Comments
 (0)