Skip to content

Commit

Permalink
MAINT add format of readme.md to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Sep 30, 2019
1 parent 3650071 commit de46d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def finalize_options(self):
cmdclass={'build_ext': BuildExt},
url=MODULE_URL,
description=SHORT_DESCRIPTION,
long_description_content_type='text/markdown',
ext_modules=EXTENSIONS,
long_description=read_file("README.md"),
license=LICENSE,
Expand Down

0 comments on commit de46d9c

Please sign in to comment.