mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 04:16:34 +00:00
Version bump to 20171117.0
This commit is contained in:
parent
6074de356c
commit
d79ae551b2
9
setup.py
9
setup.py
@ -1,12 +1,17 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name='home-assistant-frontend',
|
||||
version='20171115.0',
|
||||
version='20171117.0',
|
||||
description='The Home Assistant frontend',
|
||||
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',
|
||||
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,
|
||||
zip_safe=False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user