Skip to content

Commit

Permalink
Merge pull request #358 from jazzband/long_description_content_type-fix
Browse files Browse the repository at this point in the history
Fixed long_description_content_type for Pypi
  • Loading branch information
nasirhjafri authored Aug 13, 2019
2 parents 3c4b482 + 70a838b commit ee24144
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 @@ -27,6 +27,7 @@ def read_md(f):
license='MIT License',
description='Silky smooth profiling for the Django Framework',
long_description=README,
long_description_content_type='text/markdown',
url='https://github.com/jazzband/django-silk',
author='Michael Ford',
author_email='[email protected]',
Expand Down

0 comments on commit ee24144

Please sign in to comment.