dosage/dosagelib/__pyinstaller/__init__.py
Tobias Gruetzmacher d93fed567c Distribute PyInstaller hook
This uses a feature introduced in PyInstaller 4.0 to register hooks as
entry points and automatically discover them whenever a module is used.
2020-10-01 15:51:09 +02:00

6 lines
143 B
Python

# SPDX-License-Identifier: MIT
# Copyright (C) 2020 Tobias Gruetzmacher
import os
def get_hook_dirs():
return [os.path.dirname(__file__)]