summaryrefslogtreecommitdiffstats
path: root/test cases/common/252 install data structured/pysrc/meson.build
blob: 64c0f4dc1a4cd5962354ac39f8bb47327fee709e (plain)
1
2
3
4
5
6
7
8
9
10
11
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,
)