mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +00:00
Version bump to 20171110.0
This commit is contained in:
parent
67e040ad8e
commit
a2612af6a9
6
setup.py
6
setup.py
@ -1,11 +1,11 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(name='home-assistant-frontend',
|
setup(name='home-assistant-frontend',
|
||||||
version='20171106.0',
|
version='20171110.0',
|
||||||
description='The Home Assistant frontend',
|
description='The Home Assistant frontend',
|
||||||
url='https://github.com/home-assistant/home-assistant-polymer',
|
url='https://github.com/home-assistant/home-assistant-polymer',
|
||||||
author='Paulus Schoutsen',
|
author='The Home Assistant Authors',
|
||||||
author_email='Paulus@PaulusSchoutsen.nl',
|
author_email='hello@home-assistant.io',
|
||||||
license='Apache License 2.0',
|
license='Apache License 2.0',
|
||||||
packages=find_packages(include=['hass_frontend', 'hass_frontend_es5', 'hass_frontend.*', 'hass_frontend_es5.*']),
|
packages=find_packages(include=['hass_frontend', 'hass_frontend_es5', 'hass_frontend.*', 'hass_frontend_es5.*']),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user