Skip to content

Commit af913ca

Browse files
author
Stephen Burrows
committed
Explicitly marked long_description_content_type as markdown
This is a new requirement for pushing non-RST descriptions to pypi; the new version is rejected if this is not present
1 parent 160bed1 commit af913ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def run(self):
118118
version=about['__version__'],
119119
description=DESCRIPTION,
120120
long_description=long_description,
121+
long_description_content_type="text/markdown",
121122
author=AUTHOR,
122123
author_email=EMAIL,
123124
license='MIT',

0 commit comments

Comments
 (0)