project('paste') python = import('python').find_installation( modules: ['pygments', 'zstandard', 'aiohttp', 'bozo4'], ) sources = [] subdir('pypaste') python.install_sources(sources, preserve_path: true) install_data( 'eff_large_wordlist.txt', install_dir: get_option('datadir') / 'dict', )