Skip to content

Commit

Permalink
Add hook for flask_restx
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf345 committed Sep 13, 2020
1 parent cedc83c commit 0a1891c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/48.new.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a hook for `flask_restx <https://flask-restx.readthedocs.io>`_.
13 changes: 13 additions & 0 deletions src/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-flask_restx.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# -----------------------------------------------------------------------------
# Copyright (c) 2005-2020, PyInstaller Development Team.
#
# Distributed under the terms of the GNU General Public License (version 2
# or later) with exception for distributing the bootloader.
#
# The full license is in the file COPYING.txt, distributed with this software.
#
# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception)
# -----------------------------------------------------------------------------
from PyInstaller.utils.hooks import collect_data_files

datas = collect_data_files('flask_restx', include_py_files=True)

0 comments on commit 0a1891c

Please sign in to comment.