From 13014c135195f22afe4e8edd00e1cf5ed8529e65 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 17 Mar 2021 14:25:58 +0100 Subject: [PATCH] Update metadata license string (#8431) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2a89e30a4..308e0265f5 100644 --- a/setup.py +++ b/setup.py @@ -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,