Skip to content

Commit

Permalink
Fix content type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xsleonard committed Sep 26, 2019
1 parent 056cff9 commit 20c4a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def run(self):
author_email='sleonard76@gmail.com',
description=about['__description__'],
long_description=__doc__,
long_description_content_type='test/x-rst',
long_description_content_type='text/x-rst',
py_modules=['flask_pystmark', '__about__'],
cmdclass=dict(test=Test),
zip_safe=False,
Expand Down

0 comments on commit 20c4a3b

Please sign in to comment.