Skip to content

Commit

Permalink
Add prettytable hook (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
krellsebastian authored and bwoodsend committed Nov 27, 2020
1 parent c887189 commit 1258432
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hook-prettytable.py
@@ -0,0 +1,14 @@
# ------------------------------------------------------------------
# Copyright (c) 2020 PyInstaller Development Team.
#
# This file is distributed under the terms of the GNU General Public
# License (version 2.0 or later).
#
# The full license is available in LICENSE.GPL.txt, distributed with
# this software.
#
# SPDX-License-Identifier GPL-2.0-or-later
# ------------------------------------------------------------------

from PyInstaller.utils.hooks import copy_metadata
datas = copy_metadata('prettytable')
1 change: 1 addition & 0 deletions news/77.new.rst
@@ -0,0 +1 @@
Add a hook for prettytable which requires its distribution metadata.

0 comments on commit 1258432

Please sign in to comment.