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 5d9a53d commit ef7f499Copy full SHA for ef7f499
pyproject.toml
@@ -1,11 +1,12 @@
1
[build-system]
2
-requires = ["setuptools~=75.1"]
+requires = ["setuptools~=77.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "home-assistant-frontend"
7
version = "20250226.0"
8
-license = {text = "Apache-2.0"}
+license = "Apache-2.0"
9
+license-files = ["LICENSE*"]
10
description = "The Home Assistant frontend"
11
readme = "README.md"
12
authors = [
0 commit comments