blob: 97b9003bbb906233922b7ecc30143a4a0d3f4139 (
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)
|