mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 02:19:43 +00:00
Gulpify build pipeline (#3145)
* Gulpify build pipeline * Update build frontend script * Fixes * Limit service worker to latest build * Use shorthand * Fix hassio build
This commit is contained in:
10
setup.py
10
setup.py
@@ -8,15 +8,7 @@ setup(
|
||||
author="The Home Assistant Authors",
|
||||
author_email="hello@home-assistant.io",
|
||||
license="Apache License 2.0",
|
||||
packages=find_packages(
|
||||
include=[
|
||||
"hass_frontend",
|
||||
"hass_frontend_es5",
|
||||
"hass_frontend.*",
|
||||
"hass_frontend_es5.*",
|
||||
]
|
||||
),
|
||||
install_requires=["user-agents==2.0.0"],
|
||||
packages=find_packages(include=["hass_frontend", "hass_frontend.*"]),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user