From 8c4cdafbb7c1308130f1cf1369dea981f697e157 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 5 Sep 2025 19:52:23 -0400 Subject: preserve path when installing py source files --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 97b9003..d00ba93 100644 --- a/meson.build +++ b/meson.build @@ -6,4 +6,4 @@ python = import('python').find_installation( sources = files('pypaste/__main__.py', 'pypaste/s3.py') -python.install_sources(sources) +python.install_sources(sources, preserve_path: true) -- cgit v1.2.3