Issue #4277
closed
Pulpcore README isn't displaying properly on pypi
Status:
CLOSED - CURRENTRELEASE
- Triaged changed from No to Yes
- Status changed from NEW to ASSIGNED
- Assignee set to CodeHeeler
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.
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?
I'm certainly fine with trying that first step only if you think Travis handles the new metadata for us.
I'm fine w/ those requirements. Travis will use those newer versions.
- Status changed from ASSIGNED to MODIFIED
- Sprint/Milestone set to 3.0.0
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
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