PyPi only rendering first line of long_description
See original GitHub issueYesterday, I published the initial alpha of my project on PyPi. This release has a correctly-rendered description.
Today, I made some additions to the README and now PyPi is only rendering the first line in the file, regardless of what’s actually there.
I’ve checked my README both with readme_renderer
via setup.py check -r -s
and also using restview
, and everything seems to be just fine. I’m using Python 3.6.1
when checking that way. Additionally, GitHub appears to be perfectly happy with the README.
Is this a bug, or did I miss something obscure?
EDIT: rstcheck
finds no errors either.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Markdown long description on wheel rendered as restructured ...
Hi, the project description as seen in https://pypi.org/project/guibot/ does not render as markdown despite me setting the ...
Read more >How to make PyPi description Markdown work? - Stack Overflow
I've had issues with \r characters causing parsing issues where only the first line of the README appears in pypi. The code below...
Read more >tsplib95 - PyPI
Render to text, write to file, or save to filepath. Parsing text, reading files, and loading filepaths are all now supported. Deprecated the...
Read more >restview - PyPI
A viewer for ReStructuredText documents that renders them on the fly. Pass the name of a ReStructuredText document to restview, and it will...
Read more >handcalcs - PyPI
First, import the module and run the cell: ... First import handcalcs . ... handcalcs renders lines of code vertically, one after the...
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 Free
Top 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
Yes, this is intentional.
Agreed. Looking a little deeper it seems like the blame lies on
pkginfo
(whichtwine
uses):Going to close this since you’ve resolved it and it’s definitely not an issue with
readme_renderer
. Perhaps this should be raised over at the pkginfo issue tracker instead?As I noted on the LP bug: