Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(py_wheel): Add support for specifying Project-URL in METADATA #1276

Merged
merged 2 commits into from
Jun 19, 2023

Commits on Jun 16, 2023

  1. feat(py_wheel): Add support for specifying Project-URL in METADATA

    `Project-URL` is a field available in core metadata since version 1.2, which allows specifying additional URLs.
    
    https://packaging.python.org/en/latest/specifications/core-metadata/#project-url-multiple-use
    
    This change adds the support to specify that.
    sfc-gh-wzhao committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    594f435 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. feat(py_wheel): Add support for specifying Project-URL in METADATA

    Add a check to the length of the label and fail when it is oversize, with corresponding tests.
    
    Update docs for better instruction on how to specify the label and url.
    sfc-gh-wzhao committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    49cc59e View commit details
    Browse the repository at this point in the history