Skip to content

Commit

Permalink
Fix Markdown rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdv committed Jun 24, 2018
1 parent 51e3493 commit 74f8115
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 @@ -158,6 +158,7 @@ def get_requirements():
],
install_requires=get_requirements(),
long_description=get_description(),
long_description_content_type="text/markdown",
cmdclass={
'test': RunUnittestsCommand,
'e2e_test': RunEndToEndTestCommand,
Expand Down

0 comments on commit 74f8115

Please sign in to comment.