Skip to content

Commit 44a32fe

Browse files
authored
Update Project URLs to human-readable form (#31)
1 parent cf7d638 commit 44a32fe

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ dev = [
5151
]
5252

5353
[project.urls]
54-
homepage = "https://enaccess.github.io/OpenPAYGO-docs/"
55-
source = "https://github.com/EnAccess/OpenPAYGO-python/"
56-
changelog = "https://github.com/EnAccess/OpenPAYGO-python/releases"
57-
releasenotes = "https://github.com/EnAccess/OpenPAYGO-python/releases"
58-
documentation = "https://enaccess.github.io/OpenPAYGO-docs/"
59-
issues = "https://github.com/EnAccess/OpenPAYGO-python/issues"
54+
Homepage = "https://enaccess.github.io/OpenPAYGO-docs/"
55+
Documentation = "https://enaccess.github.io/OpenPAYGO-docs/"
56+
Repository = "https://github.com/EnAccess/OpenPAYGO-python/"
57+
Issues = "https://github.com/EnAccess/OpenPAYGO-python/issues"
58+
Changelog = "https://github.com/EnAccess/OpenPAYGO-python/releases"
6059

6160
[tool.setuptools]
6261
include-package-data = true

0 commit comments

Comments
 (0)