pypi long-description isn't rendering properly
See original GitHub issueWe tried to fix this in #304, but for some reason it isn’t rendering on pypi properly:
@mgedmin says some other projects had a similar problem, and it turned out to be a broken version of twine
used for the upload. I use twine, but I think I upgraded to the current twine-1.12.1 just before making the upload for magic-wormhole-0.11.0 .
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Markdown doesn't rendered correctly even set ... - GitHub
Looking at the PKG-INFO for this project, it looks like the long_description is full of Windows-style carriage-return characters ( ^M ) ...
Read more >numpy.distutils setup not rendering README.md correctly on ...
However the README.md file does not render correctly. This works fine if I use setup from setuptools, but I am not sure why...
Read more >Help - PyPI
How can I publish my private packages to PyPI? Why isn't my desired project name available? ... Why am I getting "the description...
Read more >Knowledge Bits — Common Python Packaging Mistakes
Project Description Doesn't Render. The Python Package Index (PyPI) supports project (long) descriptions written in three possible formats: ...
Read more >`long_description` has syntax errors in markup and would not ...
`long_description` has syntax errors in markup and would not be rendered on PyPI. I want to upload a library to pypi that I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, 0.11.2 is up, and pypi looks correct now.
Thanks for chasing that one down! I would never have thought about the system’s python getting an old version of
wheel
as being the problem.Ahh… yes, I used
/usr/bin/python
for that, and my debian “stretch” box hadpython-wheel-0.29.0
installed from .deb . I’ll update my notes to use a local (virtualenv) python instead, which will have a newer wheel.