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,