We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c096bb commit f90c0b7Copy full SHA for f90c0b7
1 file changed
pyproject.toml
@@ -4,6 +4,7 @@ dynamic = ["version"]
4
description = "Network-local (non-cloud) interface for Powersensor devices"
5
authors = [
6
{ name = "Jade Mattsson", email = "jmattsson@dius.com.au" },
7
+ { name = "Lake Bookman", email = "lbookman@dius.com.au" },
8
]
9
readme = "README.md"
10
requires-python = ">=3.11"
@@ -37,4 +38,4 @@ docs = [
37
38
39
40
[tool.hatch.version]
-path = "src/powersensor_local/__init__.py"
41
+path = "src/powersensor_local/__init__.py"
0 commit comments