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