mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
8 lines
274 B
Python
8 lines
274 B
Python
|
# flake8: noqa
|
||
|
|
||
|
# temporary fix for https://github.com/pypa/setuptools/issues/1963
|
||
|
# can be removed when we upgrade to PyInstaller 3.7.
|
||
|
hiddenimports = collect_submodules('pkg_resources._vendor')
|
||
|
hiddenimports.append('pkg_resources.py2_warn')
|
||
|
excludedimports = ['__main__']
|