From ef7f4993647fafad43c5e85d3acb7a99dce74a38 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 20 Mar 2025 17:43:44 +0100 Subject: [PATCH] Update project metadata for PEP 639 (#24701) --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c07e59516..feaab8ad8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,12 @@ [build-system] -requires = ["setuptools~=75.1"] +requires = ["setuptools~=77.0"] build-backend = "setuptools.build_meta" [project] name = "home-assistant-frontend" version = "20250226.0" -license = {text = "Apache-2.0"} +license = "Apache-2.0" +license-files = ["LICENSE*"] description = "The Home Assistant frontend" readme = "README.md" authors = [