Skip to content

DOC, MAINT: adding repo source URL to pyproject.toml #43

@tylerjereddy

Description

@tylerjereddy

Our pyproject.toml is missing some useful information blocks that may be helpful to patch up before the release. One low hanging fruit is just to link back to this repo.

An example from another projects that displays this on PyPI

Image

is below. We don't have all those things ready yet, but we could certainly link back to this repo for the: source, download, and tracker. Hosted docs will probably not be available until after the release, but that's "ok" for now.

[project.urls]
homepage = "https://scipy.org/"
documentation = "https://docs.scipy.org/doc/scipy/"
source = "https://github.com/scipy/scipy"
download = "https://github.com/scipy/scipy/releases"
tracker = "https://github.com/scipy/scipy/issues"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions