Skip to content

Commit 4384f36

Browse files
committed
Fix project metadata for known URLs
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent 9cf71f7 commit 4384f36

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ license = "Apache-2.0"
66
authors = [{name = "IdentityPython", email = "discuss@idpy.org"}]
77
maintainers = [{name = "IdentityPython", email = "discuss@idpy.org"}]
88
readme = "README.md"
9-
homepage = "https://idpy.org"
10-
repository = "https://github.com/IdentityPython/pysaml2"
11-
documentation = "https://pysaml2.readthedocs.io"
129
keywords = [
1310
"saml",
1411
"saml2",
@@ -39,7 +36,12 @@ s2repoze = [
3936
]
4037

4138
[project.urls]
42-
"Bug Tracker" = "https://github.com/IdentityPython/pysaml2/issues"
39+
Homepage = "https://idpy.org"
40+
Documentation = "https://pysaml2.readthedocs.io"
41+
Repository = "https://github.com/IdentityPython/pysaml2"
42+
Issues = "https://github.com/IdentityPython/pysaml2/issues"
43+
Changelog = "https://github.com/IdentityPython/pysaml2/blob/master/CHANGELOG.md"
44+
4345

4446
[tool.poetry]
4547
packages = [

0 commit comments

Comments
 (0)