Remove external from scripts and package info
This commit is contained in:
parent
4d05650744
commit
c971e50a68
5 changed files with 3 additions and 8 deletions
4
setup.py
4
setup.py
|
@ -7,9 +7,7 @@ HERE = os.path.abspath(os.path.dirname(__file__))
|
|||
DOWNLOAD_URL = ('https://github.com/balloob/home-assistant/archive/'
|
||||
'{}.zip'.format(__version__))
|
||||
|
||||
PACKAGES = find_packages(exclude=['tests', 'tests.*']) + \
|
||||
['homeassistant.external', 'homeassistant.external.noop',
|
||||
'homeassistant.external.nzbclients', 'homeassistant.external.vera']
|
||||
PACKAGES = find_packages(exclude=['tests', 'tests.*'])
|
||||
|
||||
PACKAGE_DATA = \
|
||||
{'homeassistant.components.frontend': ['index.html.template'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue