question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pypi doesn't seem to detect readme format

See original GitHub issue

https://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:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
alioguzhancommented, Nov 12, 2019

It might be related to the versions of wheel and/or setup tools and/or twine. 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/

0reactions
sumerccommented, Dec 17, 2019

This is fixed in latest version.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found