pypi doesn't seem to detect readme format
See original GitHub issuehttps://pypi.org/project/yappi/
There’s some trick to pass content type along with long_description
through setup.py
to fix that.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
My rst README is not formatted on pypi.python.org
rst for errors using rst-lint which showed that my readme file was right. I found that the problem was not in the README...
Read more >Making a PyPI-friendly README
This guide helps you create a README in a PyPI-friendly format and include your README in your package so it appears on PyPI....
Read more >Help - PyPI
The Python Package Index (PyPI) is a repository of software for the Python programming language.
Read more >What Are Python Wheels and Why Should You Care?
Another example of the compatibility check used for wheel installation is psycopg2 , which provides a wide set of wheels for Windows but...
Read more >Error with pip install from PyPI in self hosted Gitlab - General
This might be due to my overzealous colleagues which always use a dash for the repository name although I tell them to use...
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
It might be related to the versions of
wheel
and/orsetup tools
and/ortwine
. Next time, can you please upgrade those tools to the latest version and then release a new version?My package has the almost same
setup.py
content and it is rendering properly:https://pypi.org/project/ekler/
This is fixed in latest version.