mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-12 16:02:40 +01:00
4 lines
94 B
Python
4 lines
94 B
Python
from PyInstaller.utils.hooks import copy_metadata
|
|
|
|
datas = copy_metadata('opensnitch==0.0.2')
|