diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-05 19:51:07 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-05 19:51:07 -0400 |
commit | ad020b2b74d40cc8995e1813557a710f39843c41 (patch) | |
tree | 86824d57a60b448da0d8026861153e810eee7e2f | |
parent | c947642875fc3fc3420097748977f5b3ef8b4389 (diff) | |
download | bozo4-master.tar.gz |
-rw-r--r-- | meson.build | 2 |
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) |