2020-04-18 13:45:44 +02:00
|
|
|
# SPDX-License-Identifier: MIT
|
2016-10-29 00:21:41 +02:00
|
|
|
# Copyright (C) 2004-2008 Tristan Seligmann and Jonathan Jacobs
|
2016-04-13 00:52:16 +02:00
|
|
|
# Copyright (C) 2012-2014 Bastian Kleineidam
|
2017-02-14 22:07:52 +01:00
|
|
|
# Copyright (C) 2015-2017 Tobias Gruetzmacher
|
|
|
|
from PyInstaller.utils.hooks import collect_submodules, copy_metadata
|
|
|
|
|
2016-03-20 21:42:41 +01:00
|
|
|
hiddenimports = collect_submodules('dosagelib.plugins')
|
2017-02-14 22:07:52 +01:00
|
|
|
datas = copy_metadata('dosage')
|