cave-story-randomizer/__pyinstaller/hook-caver.py

5 lines
205 B
Python

from PyInstaller.utils.hooks import collect_data_files
# https://pyinstaller.readthedocs.io/en/stable/hooks.html#provide-hooks-with-package
datas = collect_data_files('caver', excludes=['__pyinstaller'])