Skip to content

Commit

Permalink
fix long description type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Prodesire committed Feb 8, 2020
1 parent eea381a commit 4a1c2f1
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 @@ -41,6 +41,7 @@ def run_tests(self):
version=__version__,
description="Useful data structures, utils for Python.",
long_description=open('README.md', **open_kwargs).read(),
long_description_content_type='text/markdown',
author="Prodesire",
author_email='[email protected]',
license='MIT License',
Expand Down

0 comments on commit 4a1c2f1

Please sign in to comment.