mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Exclude tests from package
This commit is contained in:
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ with open(os.path.join(HERE, PACKAGE_NAME, 'const.py')) as fp:
|
||||
DOWNLOAD_URL = \
|
||||
'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.nzbclients', 'homeassistant.external.vera']
|
||||
|
||||
|
Reference in New Issue
Block a user