Skip to content

Commit f94f954

Browse files
authored
Merge pull request #43 from hostcc/fix/valid-pyproject
fix: Make `pyproject.toml` valid
2 parents 17946c2 + 4de63fc commit f94f954

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[project]
2+
name = "ESPHome"
3+
version = "0"
24
# ESPHome doesn't allow Python 3.14, which Dependabot attempts to use - constrain
35
# the Python version correspondingly.
46
requires-python = ">=3.11.0,<3.14"

0 commit comments

Comments
 (0)