Exclude tests from package
This commit is contained in:
parent
c1f172f33a
commit
a92687bb08
1 changed files with 1 additions and 1 deletions
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']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue