Skip to content

Commit a48f389

Browse files
committed
Update urls
1 parent be2b39c commit a48f389

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
@@ -1,6 +1,6 @@
11
[project]
22
name = "hostedpi"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
description = "Python interface to the Mythic Beasts Hosted Pi API"
55
authors = [
66
{name = "Ben Nuttall", email = "[email protected]"}
@@ -31,9 +31,10 @@ dependencies = [
3131
]
3232

3333
[project.urls]
34-
repository = "https://github.com/piwheels/hostedpi/issues"
35-
documentation = "https://hostedpi.readthedocs.io"
36-
"Bug Tracker" = "https://github.com/piwheels/hostedpi/issues"
34+
Repository = "https://github.com/piwheels/hostedpi"
35+
Documentation = "https://hostedpi.readthedocs.io"
36+
Issues = "https://github.com/piwheels/hostedpi/issues"
37+
Changelog = "https://hostedpi.readthedocs.io/en/stable/changelog.html"
3738

3839
[project.scripts]
3940
hostedpi = 'hostedpi.cli:app'

0 commit comments

Comments
 (0)