We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407692a commit 227b50cCopy full SHA for 227b50c
hooks/hook-fosslight_reuse.py
@@ -1,3 +1,7 @@
1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3
+# Copyright (c) 2021 LG Electronics Inc.
4
+# SPDX-License-Identifier: Apache-2.0
5
from PyInstaller.utils.hooks import collect_all
6
7
datas, binaries, hiddenimports = collect_all('fosslight_reuse')
0 commit comments