Co-authored-by: erohmensing <erohmensing@gmail.com> Co-authored-by: bnchrch <bnchrch@users.noreply.github.com>
7 lines
173 B
Python
7 lines
173 B
Python
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
|
|
from PyInstaller.utils.hooks import collect_data_files
|
|
|
|
# Get the cacert.pem
|
|
datas = collect_data_files("certifi")
|