Skip to content

Commit

Permalink
Set content type of the long description to 'text/markdown'. Otherwis…
Browse files Browse the repository at this point in the history
…e uploading to PyPi fails.
  • Loading branch information
remyzandwijk committed Apr 28, 2020
1 parent 0456754 commit 0d53543
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 @@ -18,6 +18,7 @@
author_email='withlihui@gmail.com',
description='CKEditor integration for Flask.',
long_description=__doc__,
long_description_content_type='text/markdown',
packages=['flask_ckeditor'],
zip_safe=False,
include_package_data=True,
Expand Down

0 comments on commit 0d53543

Please sign in to comment.