PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 29th of May, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[12:54:01] <bauerj> Hey, I'm trying to upload a wheel to PyPi using twine but I get "The description failed to render in the default format of reStructuredText". I'm already using long_description_content_type='text/markdown' since I based my setup.py on github.com/pypa/sampleproject. Any idea why that would happen?
[12:54:40] <bauerj> My setup.py is here: github.com/bauerj/mac_vendor_lookup/blob/master/setup.py
[12:59:25] <xafer> hello @bauerj maybe github.com/pypa/readme_renderer could help you figure it out
[13:01:29] <bauerj> Thanks, that did help
[13:02:15] <bauerj> Apparently the wheel doesn't contain that information but the .tar.gz does. The latter uploads fine