Skip to content

Commit

Permalink
fix long_description content type
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed May 27, 2020
1 parent 40a52f5 commit 592b352
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 @@ -10,6 +10,7 @@
author_email="[email protected]",
url="https://github.com/ccnmtl/django-smoketest",
description="Django smoketest framework",
long_description_content_type='text/markdown',
long_description=open(os.path.join(ROOT, 'README.md')).read(),
install_requires=['Django>=1.8'],
scripts=[],
Expand Down

0 comments on commit 592b352

Please sign in to comment.