From e6db914af092e4ddcfd865e8d23852579755d224 Mon Sep 17 00:00:00 2001 From: John Turner Date: Tue, 9 Sep 2025 19:29:48 -0400 Subject: rewrite to support modular storage backends --- meson.build | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'meson.build') 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) -- cgit v1.2.3