summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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)