blob: 4a7df7eca3e415b41ce537d6ca19484ab108c898 [file] [log] [blame]
project('install path',
default_options: [
'python.purelibdir=/pure',
'python.platlibdir=/plat'
]
)
py = import('python').find_installation()
py.install_sources('test.py')
py.install_sources('test.py', pure: false)