Issue #6882
closed
Add description to pypi.org
Status:
CLOSED - CURRENTRELEASE
Suggested description (a modified version of the GitHub README file):
A Pulp plugin to host APT repositories.
For more information, please visit the Pulp project home page, or see the plugin documentation.
The Git repository used to build this package may be found on GitHub.
If you want to report a bug, see the issue tracker.
Apparently the way to achieve this is to add a long_description
to setup.py
(see pulpcore
as an example).
- Status changed from NEW to POST
- Sprint/Milestone set to Wishlist
- Status changed from POST to MODIFIED
- Sprint/Milestone changed from Wishlist to 2.6.0b1
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Add a long_description to the python package
fixes #6882 https://pulp.plan.io/issues/6882
The motivation was to provide a "project description" on pypi.org. This necessitated another rework of the README.md file to make it usable for arbitrary locations. There was some minor cleanup of setup.py as informed by pulpcore and pulp_rpm.