summaryrefslogtreecommitdiff
path: root/hook-jfr_playoff.data.py
diff options
context:
space:
mode:
Diffstat (limited to 'hook-jfr_playoff.data.py')
-rw-r--r--hook-jfr_playoff.data.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/hook-jfr_playoff.data.py b/hook-jfr_playoff.data.py
new file mode 100644
index 0000000..18d838d
--- /dev/null
+++ b/hook-jfr_playoff.data.py
@@ -0,0 +1,5 @@
+from PyInstaller.utils.hooks import collect_submodules
+hiddenimports = (
+ collect_submodules('jfr_playoff.data.tournament') +
+ collect_submodules('jfr_playoff.data.match')
+)