blob: d00ba934263ead76f3ac0c3d447ee9fdaa61b88e (
plain)
1
2
3
4
5
6
7
8
9
|
project('paste')
python = import('python').find_installation(
modules: ['pygments', 'zstandard', 'bozo4'],
)
sources = files('pypaste/__main__.py', 'pypaste/s3.py')
python.install_sources(sources, preserve_path: true)
|