Actions
Issue #6882
closedAdd description to pypi.org
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version - Debian:
Platform Release:
Target Release - Debian:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
At minimum a link to the pulp website and the pulp_deb issue tracker would be good to have here:
Updated by quba42 over 4 years ago
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.
Updated by quba42 over 4 years ago
Apparently the way to achieve this is to add a long_description
to setup.py
(see pulpcore
as an example).
Updated by pulpbot over 4 years ago
- Status changed from NEW to POST
Added by quba42 over 4 years ago
Updated by quba42 over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset 1d4bd6d768dcb2d4ec1a20ff913070bc0ad64a58.
Updated by quba42 about 4 years ago
- Sprint/Milestone changed from Wishlist to 2.6.0b1
Updated by quba42 over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
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.