Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 228d567

Browse files
rsiemensJasonStoltz
authored andcommitted
add long_description_content_type to setup.py (#21)
1 parent 0cdae2c commit 228d567

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
@@ -18,6 +18,7 @@
1818
version=about['__version__'],
1919
description=about['__description__'],
2020
long_description=long_description,
21+
long_description_content_type='text/markdown',
2122
url=about['__url__'],
2223
author=about['__author__'],
2324
author_email=about['__author_email__'],

0 commit comments

Comments
 (0)