Draft: Display additional PyPi metadata info
What does this MR do and why?
Save additional PyPi metadata info
Changelog: added
Screenshots or screen recordings
Before | After |
---|---|
We apply CSS truncation, which truncates the fields if they're too long.
How to set up and validate locally
- Install the prerequisites
- Prepare a Python package following our guide, or download this barebones project
- Build the package. From the package directory, run
python3 -m build
- Setup authentication following our guide
- Upload the package. From the package directory, run
python3 -m twine upload --verbose --repository gitlab dist/*
. NOTE: The upload will fail if you try to upload a version that already exists. Delete the existing version in Package Registry, or build and upload a different version. - View the package page in the Package Registry
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #423434 (closed)
Edited by Radamanthus Batnag