diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meson.build b/meson.build index 9bfcaca..87ad91c 100644 --- a/meson.build +++ b/meson.build @@ -4,11 +4,8 @@ python = import('python').find_installation( modules: ['pygments', 'zstandard', 'aiohttp', 'bozo4'], ) -sources = files( - 'pypaste/__init__.py', - 'pypaste/__main__.py', - 'pypaste/database.py', - 'pypaste/s3.py', -) +sources = [] + +subdir('pypaste') python.install_sources(sources, preserve_path: true) |