From ad020b2b74d40cc8995e1813557a710f39843c41 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 5 Sep 2025 19:51:07 -0400 Subject: preserve path when install py source files --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index cb42580..fbd2bc5 100644 --- a/meson.build +++ b/meson.build @@ -4,4 +4,4 @@ python = import('python').find_installation() sources = files('bozo4/__init__.py', 'bozo4/py.typed') -python.install_sources(sources) +python.install_sources(sources, preserve_path: true) -- cgit v1.2.3