We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00baf76 commit 20dca56Copy full SHA for 20dca56
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "python_thingset"
7
-version = "0.2.3"
+version = "0.2.4"
8
description = "A Python library for ThingSet functionality"
9
authors = [
10
{ name = "Adam Mitchell", email = "adam.mitchell@brillpower.com" }
@@ -32,9 +32,9 @@ dev = [
32
]
33
34
[project.urls]
35
-homepage = "https://github.com/Brill-Power/python-thingset"
+homepage = "https://pypi.org/project/python-thingset/"
36
repository = "https://github.com/Brill-Power/python-thingset"
37
-documentation = "https://github.com/Brill-Power/python-thingset"
+documentation = "https://python-thingset.readthedocs.io/en/latest/"
38
39
[project.scripts]
40
thingset = "python_thingset.cli:run_cli"
0 commit comments