Skip to content

Commit

Permalink
Specify long description content-type explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Oct 30, 2021
1 parent e5ea702 commit 7c5e67a
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 @@ -67,6 +67,7 @@ def read(*path):
author=AUTHOR,
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/x-rst',
license=LICENSE,
keywords=KEYWORDS,
url=URL,
Expand Down

0 comments on commit 7c5e67a

Please sign in to comment.