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

Commit

Permalink
Merge pull request #59 from SafetyCulture/SKB-3265
Browse files Browse the repository at this point in the history
SKB-3265 add long_description_content_type to setup.py
  • Loading branch information
xragon authored Sep 4, 2019
2 parents e027138 + b3bc8ee commit 1c68cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
},
long_description=open('README.md', 'r').read(),
long_description_content_type="text/markdown",
install_requires = [
'python-dateutil>=2.5.0',
'pytz>=2015.7',
Expand Down

0 comments on commit 1c68cd5

Please sign in to comment.