Closed
Description
The long_description_content_type flag in setup.py
is still ignored despite original bug #4079 now closed and marked as fixed.
For my setup.py
of:
long_description=read_text('README.md'),
long_description_content_type='text/markdown',
I get the following errors:
`long_description` has syntax errors in markup and would not be rendered on PyPI.
line 112: Warning: Inline literal start-string without end-string.
warning: `long_description_content_type` missing. defaulting to `text/x-rst`.
The syntax error is not correct, the README renders on everything I have tried!
Therefore suspect that long_description_content_type
error, which isn't missing, is the problem!
All files at:
Metadata
Metadata
Assignees
Labels
No labels