Closed luzfcb closed 5 months ago
PyPI does not show relevant project URLs (in the Project links section) because they have not been configured on the package build tools.
For example, django displays Project links section like this in PyPI:
This pull request includes configuring the relevant project URLs to be shown in PyPI
Relevant docs:
https://python-poetry.org/docs/pyproject#urls https://github.com/pypa/sampleproject/blob/main/pyproject.toml#L138-L153
Motivation and Context
PyPI does not show relevant project URLs (in the Project links section) because they have not been configured on the package build tools.
For example, django displays Project links section like this in PyPI:
Description
This pull request includes configuring the relevant project URLs to be shown in PyPI
Relevant docs:
https://python-poetry.org/docs/pyproject#urls https://github.com/pypa/sampleproject/blob/main/pyproject.toml#L138-L153