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