Skip to content

Commit

Permalink
Set long_description_content_type to text/markdown in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Feb 21, 2020
1 parent 282d3d4 commit c811bbb
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 @@ -31,6 +31,7 @@ def read(fname):
include_package_data=True,
zip_safe=False,
long_description=read('README.md'),
long_description_content_type="text/markdown",
tests_require=[
'flake8',
'psycopg2',
Expand Down

0 comments on commit c811bbb

Please sign in to comment.