blob: 755119763f0ce48a2dadc051e5d910d91a681734 (
plain)
1
2
3
4
5
6
7
8
9
|
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)
|