blob: 64c0f4dc1a4cd5962354ac39f8bb47327fee709e [file] [log] [blame]
py_inst = import('python').find_installation()
py_inst.install_sources(
'__init__.py',
'foo.py',
'bar.py',
'submod/__init__.py',
'submod/baz.py',
subdir: 'mod',
preserve_path: true,
)