[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 https://github.com/pypa/sampleproject. Any idea why that would happen?
[12:54:40] <bauerj> My setup.py is here: https://github.com/bauerj/mac_vendor_lookup/blob/master/setup.py
[12:59:25] <xafer> hello @bauerj maybe https://github.com/pypa/readme_renderer could help you figure it out