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

Commit 1c68cd5

Browse files
authored
Merge pull request #59 from SafetyCulture/SKB-3265
SKB-3265 add long_description_content_type to setup.py
2 parents e027138 + b3bc8ee commit 1c68cd5

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)