pypa / readme_renderer

Safely render long_description/README files in Warehouse
Apache License 2.0
157 stars 88 forks source link

Conflicting output #87

Closed di closed 6 years ago

di commented 6 years ago

When run on this source distribution, the latest version of readme_renderer produces conflicting output, which indicates that the long_description is both valid RST, yet produces an error:

$ python setup.py check -r -s
running check
warning: Check: :2: (WARNING/2) Title underline too short.

warning: Check:

warning: Check: ASP.NET View State Decoder

warning: Check: ======================

warning: Check: The project's long_description has invalid markup which will not be rendered on PyPI.

The project's long description is valid RST.
error: Please correct your package.
theacodes commented 6 years ago

Talk about mixed signals. I'll investigate this tomorrow (unless you want to beat me to it, @di).