blob: 5f0f7dfc6898013625156371b9619faf08a8b062 [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)
subdir('structured')