Skip to content

Commit a605db4

Browse files
authored
MAINT: Use well-known project URLs
Following the [official Python packaging guidelines](https://packaging.python.org/en/latest/specifications/well-known-project-urls/)
1 parent 7c5c187 commit a605db4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,11 @@ docs = [
180180
]
181181

182182
[project.urls]
183-
Changelog = "https://medkit.readthedocs.io/en/stable/changelog.html"
184-
Documentation = "https://medkit.readthedocs.io"
185-
Issues = "https://github.com/medkit-lib/medkit/issues"
186-
Source = "https://github.com/medkit-lib/medkit"
183+
homepage = "https://medkit-lib.org"
184+
source = "https://github.com/medkit-lib/medkit"
185+
changelog = "https://medkit-lib.org/changelog.html"
186+
documentation = "https://medkit-lib.org/user_guide"
187+
issues = "https://github.com/medkit-lib/medkit/issues"
187188

188189
[tool.coverage.run]
189190
source_pkgs = ["medkit", "tests"]

0 commit comments

Comments
 (0)