Skip to content

Commit

Permalink
BUG: fixed long description content type
Browse files Browse the repository at this point in the history
Long description content type should be x-rst.  Determined after testing on pypi legacy.
  • Loading branch information
aburrell committed Sep 11, 2020
1 parent b582929 commit 63344b8
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 @@ -30,7 +30,7 @@ def read(fname, **kwargs):
long_description='%s\n%s' % (read('README.rst'),
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``',
read('CHANGELOG.rst'))),
long_description_content_type='text/plain',
long_description_content_type='text/x-rst',
author='Angeline G. Burrell, Christer van der Meeren',
author_email='angeline.burrell@nrl.navy.mil',
url='https://github.com/aburrell/aacgmv2',
Expand Down

0 comments on commit 63344b8

Please sign in to comment.