Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Need to set long description type to markdown or else it defaults to rst.
  • Loading branch information
davidpofo authored Feb 17, 2021
1 parent 5353351 commit c59969a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

description='Tables and plain text rendering extension to commonmark.',
long_description=open("README.md", encoding='utf-8').read(),
long_description_content_type='text/markdown',
url='https://github.com/GovReady/CommonMark-py-Extensions',

author=u'GovReady PBC',
Expand All @@ -29,7 +30,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
'Programming Language :: Python :: 3.9',
],

keywords="markdown commonmark tables plaintext",
Expand Down

0 comments on commit c59969a

Please sign in to comment.