Do not export any tests* module

This commit is contained in:
Bastian Germann 2018-10-27 23:31:14 +02:00
parent 6f0a1e5772
commit 820476767f
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ using a computer and a data projector.""",
author_email='raoulsnyman@openlp.org',
url='https://openlp.org/',
license='GNU General Public License',
packages=find_packages(exclude=['ez_setup', 'tests']),
packages=find_packages(exclude=['ez_setup', 'tests*']),
py_modules=['run_openlp'],
include_package_data=True,
zip_safe=False,