Issue #4277
closedPulpcore README isn't displaying properly on pypi
Description
If you look at the README on pypi, it doesn't seem to display the badges properly:
https://pypi.org/project/pulpcore/3.0.0b17/
It seems on other pypi pages these work fine though:
Updated by CodeHeeler almost 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to CodeHeeler
Updated by CodeHeeler almost 6 years ago
The steps to get markdown working on pypi are here: https://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi/
I want feedback on the following two requirements:
1) setuptools>=38.6.0
2) "You must upload the distribution with twine, and only twine>=1.11.0 will correctly send the metadata to PyPI"
Are we ok with these limitations? If not, the example shared in the ticket from celery shows that we can do the badges with HTML without using markdown if that's a route we'd prefer.
Updated by daviddavis almost 6 years ago
So Travis builds and uploads our package to PyPI for us. I think we just need to set long_description_content_type
in our setup.py and maybe it'll work?
Updated by CodeHeeler almost 6 years ago
I'm certainly fine with trying that first step only if you think Travis handles the new metadata for us.
Updated by bmbouter almost 6 years ago
I'm fine w/ those requirements. Travis will use those newer versions.
Updated by CodeHeeler almost 6 years ago
Added by CodeHeeler almost 6 years ago
Added by CodeHeeler almost 6 years ago
Revision 5876f379 | View on GitHub
Fix pulpcore README on pypi
The badges weren't displaying properly. Markdown was not being interpreted correctly and now is.
Updated by CodeHeeler almost 6 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset pulp|5876f379d0189de2102dcea748731b3cb19ccdc5.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Fix pulpcore README on pypi
The badges weren't displaying properly. Markdown was not being interpreted correctly and now is.
fixes #4277 https://pulp.plan.io/issues/4277