1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Update metadata license string (#8431)

This commit is contained in:
Marc Mueller
2021-03-17 14:25:58 +01:00
committed by GitHub
parent e34c63b830
commit 13014c1351

View File

@@ -7,7 +7,7 @@ setup(
url="https://github.com/home-assistant/home-assistant-polymer",
author="The Home Assistant Authors",
author_email="hello@home-assistant.io",
license="Apache License 2.0",
license="Apache-2.0",
packages=find_packages(include=["hass_frontend", "hass_frontend.*"]),
include_package_data=True,
zip_safe=False,