Skip to content

Commit

Permalink
Set long_description_content_type to "text/markdown"
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Jackson committed Sep 27, 2019
1 parent 3a5a309 commit 24c6be7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ def read(fname):
install_requires=REQUIRES,
packages=find_packages(),
include_package_data=True,
long_description=read("README.md")
long_description=read("README.md"),
long_description_content_type="text/markdown"
)

0 comments on commit 24c6be7

Please sign in to comment.