blob: c27e9ebbf1afaaacbd8ae6fae44575be07b4e145 (
plain)
1
2
3
4
5
6
7
8
9
|
project('paste')
python = import('python').find_installation(modules: ['pygments', 'zstandard'])
install_data(
'src/paste.py',
rename: ['paste'],
install_dir: get_option('bindir'),
)
|