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

Commit

Permalink
add long_description_content_type to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xragon committed Sep 4, 2019
1 parent e027138 commit b3bc8ee
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 b3bc8ee

Please sign in to comment.