We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dd793 commit 5295069Copy full SHA for 5295069
pyproject.toml
@@ -8,7 +8,7 @@ authors = [
8
{ name = "Manuel Stahl" },
9
{ name = "Martin Fuchs" },
10
]
11
-license = { file = "LICENSE" }
+license = "MIT"
12
keywords = ["stiebel-eltron", "tecalor", "modbus"]
13
classifiers = [
14
"Programming Language :: Python :: 3.10",
@@ -22,7 +22,7 @@ dependencies = [
22
23
24
[build-system]
25
-requires = ["hatchling"]
+requires = ["hatchling>=1.27.0"]
26
build-backend = "hatchling.build"
27
28
[project.optional-dependencies]
0 commit comments