pypa / readme_renderer

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

Update docs about check to talk about Markdown #80

Closed di closed 6 years ago

di commented 6 years ago

Per #78.

theacodes commented 6 years ago

Should we also consider throwing an outright error if -r is specified and the content-type is set to markdown? (We can do it in a separate bug/PR, just wanted to bring it up)

di commented 6 years ago

@jonparrott That'd be great, but I don't think distutils provides a way to get arbitrary metadata fields, and it doesn't support long_description_content_type field yet either, so I'm not sure it would be possible.

theacodes commented 6 years ago

Gotcha, do you mind filing a bug so I can investigate a bit?