Skip to content

Commit

Permalink
pyproject: link to release notes from PyPI page
Browse files Browse the repository at this point in the history
Link to CHANGELOG.md instead of the GitHub Releases page, since it's less
noisy.

Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
  • Loading branch information
bgilbert committed Mar 18, 2024
1 parent 3ae29b2 commit cf73983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dynamic = ["version"]
[project.urls]
Homepage = "https://openslide.org/"
Documentation = "https://openslide.org/api/python/"
"Release notes" = "https://github.com/openslide/openslide-python/blob/main/CHANGELOG.md"
Repository = "https://github.com/openslide/openslide-python"

[tool.setuptools]
Expand Down

0 comments on commit cf73983

Please sign in to comment.