summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-09-05 19:52:23 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-09-05 19:52:23 -0400
commit8c4cdafbb7c1308130f1cf1369dea981f697e157 (patch)
treea55a46a91e291545eea151f37424d160dad8ee0b
parent429208a700e5c2618d1fe6e09506220a15364f81 (diff)
downloadpypaste-8c4cdafbb7c1308130f1cf1369dea981f697e157.tar.gz
preserve path when installing py source files
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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)