Skip to content

Commit 20dca56

Browse files
Update pyproject URLs
1 parent 00baf76 commit 20dca56

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "python_thingset"
7-
version = "0.2.3"
7+
version = "0.2.4"
88
description = "A Python library for ThingSet functionality"
99
authors = [
1010
{ name = "Adam Mitchell", email = "adam.mitchell@brillpower.com" }
@@ -32,9 +32,9 @@ dev = [
3232
]
3333

3434
[project.urls]
35-
homepage = "https://github.com/Brill-Power/python-thingset"
35+
homepage = "https://pypi.org/project/python-thingset/"
3636
repository = "https://github.com/Brill-Power/python-thingset"
37-
documentation = "https://github.com/Brill-Power/python-thingset"
37+
documentation = "https://python-thingset.readthedocs.io/en/latest/"
3838

3939
[project.scripts]
4040
thingset = "python_thingset.cli:run_cli"

0 commit comments

Comments
 (0)