mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 06:52: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')
|