project('paste') python = import('python').find_installation( modules: ['pygments', 'zstandard', 'aiohttp', 'bozo4'], ) sources = files('pypaste/__main__.py', 'pypaste/s3.py') python.install_sources(sources, preserve_path: true)