summaryrefslogtreecommitdiff
path: root/meson.build
blob: 4497213cdd2518e9705d5974e6fe00b3aba1f40f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project('paste')

python = import('python').find_installation(
    modules: ['pygments', 'zstandard', 'bozo4'],
)

install_data(
    'src/paste.py',
    rename: ['paste'],
    install_dir: get_option('bindir'),
)

install_data('bin/pypaste', install_dir: get_option('bindir'))