File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
src/_pyinstaller_hooks_contrib/hooks/stdhooks Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ Add a hook for prettytable which requires its distribution metadata.
Original file line number Diff line number Diff line change
1
+ # ------------------------------------------------------------------
2
+ # Copyright (c) 2020 PyInstaller Development Team.
3
+ #
4
+ # This file is distributed under the terms of the GNU General Public
5
+ # License (version 2.0 or later).
6
+ #
7
+ # The full license is available in LICENSE.GPL.txt, distributed with
8
+ # this software.
9
+ #
10
+ # SPDX-License-Identifier GPL-2.0-or-later
11
+ # ------------------------------------------------------------------
12
+
13
+ from PyInstaller .utils .hooks import copy_metadata
14
+ datas = copy_metadata ('prettytable' )
You can’t perform that action at this time.
0 commit comments