Skip to content

Commit

Permalink
Add content type for long description
Browse files Browse the repository at this point in the history
  • Loading branch information
gahjelle committed Sep 16, 2018
1 parent d190f04 commit bcf6ae5
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 @@ -10,6 +10,7 @@
version="0.0.1",
description="Read Real Python Articles",
long_description=(HERE / "README.md").read_text(),
long_description_content_type="text/markdown",
url="https://github.com/realpython/reader",
author="Real Python",
author_email="office@realpython.com",
Expand Down

0 comments on commit bcf6ae5

Please sign in to comment.