Skip to content

Commit

Permalink
Explicitly marked long_description_content_type as markdown
Browse files Browse the repository at this point in the history
This is a new requirement for pushing non-RST descriptions to pypi; the new version is rejected if this is not present
  • Loading branch information
Stephen Burrows committed Oct 24, 2019
1 parent 160bed1 commit af913ca
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 @@ -118,6 +118,7 @@ def run(self):
version=about['__version__'],
description=DESCRIPTION,
long_description=long_description,
long_description_content_type="text/markdown",
author=AUTHOR,
author_email=EMAIL,
license='MIT',
Expand Down

0 comments on commit af913ca

Please sign in to comment.