mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Exclude tests from package
This commit is contained in:
parent
c1f172f33a
commit
a92687bb08
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ with open(os.path.join(HERE, PACKAGE_NAME, 'const.py')) as fp:
|
|||||||
DOWNLOAD_URL = \
|
DOWNLOAD_URL = \
|
||||||
'https://github.com/balloob/home-assistant/archive/{}.zip'.format(VERSION)
|
'https://github.com/balloob/home-assistant/archive/{}.zip'.format(VERSION)
|
||||||
|
|
||||||
PACKAGES = find_packages() + \
|
PACKAGES = find_packages(exclude=['tests', 'tests.*']) + \
|
||||||
['homeassistant.external', 'homeassistant.external.noop',
|
['homeassistant.external', 'homeassistant.external.noop',
|
||||||
'homeassistant.external.nzbclients', 'homeassistant.external.vera']
|
'homeassistant.external.nzbclients', 'homeassistant.external.vera']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user