blob: 87ad91ce196009ecfbd1b7faa36e4fd0edec5d86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
project('paste')
python = import('python').find_installation(
modules: ['pygments', 'zstandard', 'aiohttp', 'bozo4'],
)
sources = []
subdir('pypaste')
python.install_sources(sources, preserve_path: true)
|