pypa / readme_renderer

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

No need for a warning about markdown renderers #142

Closed nedbat closed 5 years ago

nedbat commented 5 years ago

I have no markdown files in my project, yet when I run "twine check dist/*", I get a warning about "Markdown renderers are not available." The code looks like it will already issue this warning if markdown is used, so why also issue it on import? This just adds needless noise to projects that don't use markdown.

di commented 5 years ago

This is fixed in https://github.com/pypa/twine/pull/421 but hasn't been released yet.

brainwane commented 5 years ago

Fix is now released!