Skip to content

Commit aca7106

Browse files
author
Stephen Burrows
authored
Merge pull request #48 from roverdotcom/long-description-content-type
Explicitly marked long_description_content_type as markdown
2 parents 160bed1 + af913ca commit aca7106

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)