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

Commit b3bc8ee

Browse files
committed
add long_description_content_type to setup.py
1 parent e027138 commit b3bc8ee

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
@@ -17,6 +17,7 @@
1717
],
1818
},
1919
long_description=open('README.md', 'r').read(),
20+
long_description_content_type="text/markdown",
2021
install_requires = [
2122
'python-dateutil>=2.5.0',
2223
'pytz>=2015.7',

0 commit comments

Comments
 (0)