Skip to content

Commit a372bd3

Browse files
authored
1 parent 74dd793 commit a372bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
{ name = "Manuel Stahl" },
99
{ name = "Martin Fuchs" },
1010
]
11-
license = { file = "LICENSE" }
11+
license = "MIT"
1212
keywords = ["stiebel-eltron", "tecalor", "modbus"]
1313
classifiers = [
1414
"Programming Language :: Python :: 3.10",
@@ -22,7 +22,7 @@ dependencies = [
2222
]
2323

2424
[build-system]
25-
requires = ["hatchling"]
25+
requires = ["hatchling>=1.27.0"]
2626
build-backend = "hatchling.build"
2727

2828
[project.optional-dependencies]

0 commit comments

Comments
 (0)