mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-22 04:17:20 +00:00

Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Thomas Lovén <thomasloven@gmail.com> Co-authored-by: Zack Barett <arnett.zackary@gmail.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Philip Allgaier <mail@spacegaier.de> Co-authored-by: Yosi Levy <37745463+yosilevy@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Patrick ZAJDA <patrick@zajda.fr> Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
22 lines
538 B
INI
22 lines
538 B
INI
[metadata]
|
|
name = home-assistant-frontend
|
|
version = 20220201.0
|
|
author = The Home Assistant Authors
|
|
author_email = hello@home-assistant.io
|
|
license = Apache-2.0
|
|
platforms = any
|
|
description = The Home Assistant frontend
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/home-assistant/frontend
|
|
|
|
[options]
|
|
packages = find:
|
|
zip_safe = False
|
|
include_package_data = True
|
|
python_requires = >= 3.4.0
|
|
|
|
[options.packages.find]
|
|
include =
|
|
hass_frontend*
|