aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-04-03 01:34:21 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2022-04-09 14:20:31 +0300
commit7ceec99c55c8534f6c0ec287e0ca7092a8c29ef5 (patch)
treed06e91552225b348b7d8a2e8614fa561c2223941 /setup.cfg
parente5aa47d8af917282794a8da3956ce444b8d8378d (diff)
downloadmeson-7ceec99c55c8534f6c0ec287e0ca7092a8c29ef5.zip
meson-7ceec99c55c8534f6c0ec287e0ca7092a8c29ef5.tar.gz
meson-7ceec99c55c8534f6c0ec287e0ca7092a8c29ef5.tar.bz2
packaging: make sure pyinstaller sees our distributed data files
Running pyinstaller to create a bundle, and using the resulting `pyinst-tmp/meson/meson setup ...` with the cmake module revealed that no data files were being bundled, unlike what we did for setup.cfg. Fix this oversight. Fixes #10163
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index b7d7c10..4a0ffad 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,6 +47,7 @@ typing =
mypy
typing_extensions; python_version <"3.8"
+# this must be synced with packaging/hook-mesonbuild.py
[options.package_data]
mesonbuild.scripts = cmd_or_ps.ps1
mesonbuild.cmake.data = *