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

setup.cfg: add metadata.project_urls #71

Merged
merged 3 commits into from
Feb 12, 2023
Merged

Commits on Sep 16, 2022

  1. setup.cfg: add metadata.project_urls

    Fix #69
    
    According to a project example https://pypi.org/project/PyScaffold/4.3/ +
    https://github.com/pyscaffold/pyscaffold/blob/v4.3/setup.cfg#L7-L15,
    the "Homepage" link pulled from `metadata.url` apparently stays even if
    I add `project_urls`, so all links at PyPI resulting from this change
    should be (I'm not sure about their order, but again links on
    https://pypi.org/project/PyScaffold/4.3/ seem to be sorted
    alphabetically except the implicit "Homepage" link at the beginning):
    
    - [Homepage](https://kaitai.io)
    - [Gitter](https://gitter.im/kaitai_struct/Lobby)
    - [Source](https://github.com/kaitai-io/kaitai_struct_python_runtime)
    - [Tracker](https://github.com/kaitai-io/kaitai_struct_python_runtime/issues)
    - [Twitter](https://twitter.com/kaitai_io)
    
    Currently (see https://pypi.org/project/kaitaistruct/0.10/) the project
    links are just:
    
    - [Homepage](https://kaitai.io)
    generalmimon committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    4dc0e84 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    bea7d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8d5082 View commit details
    Browse the repository at this point in the history