pypa / readme_renderer

Safely render long_description/README files in Warehouse
Apache License 2.0
158 stars 89 forks source link

`twine check` passes, rst doesn't render on pypi #153

Closed lzkelley closed 5 years ago

lzkelley commented 5 years ago

Similar to this issue my twine check dist/* command passes without any warnings or errors, but my README.rst is still failing to render on pypi: test.pypi package here. Unlike the linked issue, my readme doesn't use any math or external configuration files (etc). I'm not sure what else to do to debug this... any help appreciated, thanks!

di commented 5 years ago

@lzkelley Your TestPyPI package looks like your description is formatted with Markdown, not reStructuredText.

lzkelley commented 5 years ago

@di Ugh, facepalm; so sorry. Thank you! Is there any way to scrub an issue from all of the internet?!