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