cave-story-randomizer/pre_edited_cs/__pyinstaller/hook-pre-edited-cs.py

5 lines
213 B
Python
Raw Normal View History

2021-12-08 06:12:16 +00:00
from PyInstaller.utils.hooks import collect_data_files
# https://pyinstaller.readthedocs.io/en/stable/hooks.html#provide-hooks-with-package
datas = collect_data_files('pre_edited_cs', excludes=['__pyinstaller'])