26 lines
622 B
TOML
26 lines
622 B
TOML
[build-system]
|
|
requires = ["setuptools~=75.1"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "home-assistant-frontend"
|
|
version = "20250109.0"
|
|
license = {text = "Apache-2.0"}
|
|
description = "The Home Assistant frontend"
|
|
readme = "README.md"
|
|
authors = [
|
|
{name = "The Home Assistant Authors", email = "hello@home-assistant.io"}
|
|
]
|
|
requires-python = ">=3.11.0"
|
|
|
|
[project.urls]
|
|
"Homepage" = "https://github.com/home-assistant/frontend"
|
|
|
|
[tool.setuptools]
|
|
platforms = ["any"]
|
|
zip-safe = false
|
|
include-package-data = true
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["hass_frontend*"]
|