python-fints icon indicating copy to clipboard operation
python-fints copied to clipboard

PyPi formatting issue

Open tbm opened this issue 5 years ago • 1 comments

https://pypi.org/project/fints/ displays Markdown code inline instead of a proper HTML link.

[Read our documentation for more info](https://python-fints.readthedocs.io)

tbm avatar Oct 31 '20 00:10 tbm

If I understand pips documentation correctly, all that's needed is to set long_description_content_type='text/markdown' in the setup method: https://github.com/raphaelm/python-fints/blob/846c25f5f6ae578cde5151fc30b5f7a3601a95ac/setup.py#L16-L20

lukasjuhrich avatar Jan 10 '22 01:01 lukasjuhrich