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

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

sources = []

subdir('pypaste')

python.install_sources(sources, preserve_path: true)

install_data(
    'eff_large_wordlist.txt',
    install_dir: get_option('datadir') / 'dict',
)