forked from openlp/openlp
Do not export any tests* module
This commit is contained in:
parent
6f0a1e5772
commit
820476767f
2
setup.py
2
setup.py
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user