mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-21 20:07:27 +00:00

Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Bram Kragten <mail@bramkragten.nl> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: foreign-sub <51928805+foreign-sub@users.noreply.github.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Philip Allgaier <philip.allgaier@gmx.de> Co-authored-by: Philip Allgaier <mail@spacegaier.de> Co-authored-by: Zack Barett <zackbarett@hey.com> Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Raman Gupta <7243222+raman325@users.noreply.github.com> Co-authored-by: wizmo2 <wizmo.home@yahoo.com> Co-authored-by: Yosi Levy <37745463+yosilevy@users.noreply.github.com> Co-authored-by: RoboMagus <68224306+RoboMagus@users.noreply.github.com> Co-authored-by: loeffelpan <34661317+loeffelpan@users.noreply.github.com> Co-authored-by: Steve Repsher <steverep@users.noreply.github.com> Co-authored-by: Joakim Sørensen <ludeeus@ludeeus.dev> Co-authored-by: Allen Porter <allen@thebends.org> Co-authored-by: Erik Montnemery <erik@montnemery.com> Co-authored-by: Josh McCarty <josh@joshmccarty.com> Co-authored-by: imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com> Co-authored-by: Brandon Rothweiler <brandonrothweiler@gmail.com> Co-authored-by: James Baker <j.baker@outlook.com> Co-authored-by: Sven Serlier <85389871+wrt54g@users.noreply.github.com> Co-authored-by: Alessandro Ghedini <alessandro@ghedini.me> Co-authored-by: Emanuele <55278049+elax46@users.noreply.github.com> Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Kristján Bjarni <kristjanbjarni@gmail.com> Co-authored-by: D3v01dZA <caltona1@gmail.com>
31 lines
710 B
TOML
31 lines
710 B
TOML
[build-system]
|
|
requires = ["setuptools~=62.3", "wheel~=0.37.1"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "home-assistant-frontend"
|
|
version = "20220629.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.4.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*"]
|
|
|
|
[tool.mypy]
|
|
python_version = 3.4
|
|
show_error_codes = true
|
|
strict = true
|