diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-10-31 20:23:23 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-01-10 18:36:57 -0500 |
commit | 140097faf0eddcc7819a3353eb7c21b82a7df1e0 (patch) | |
tree | b70acd7f70f5431a06db73f3db23f86ff896c3b3 /setup.cfg | |
parent | be6e09bfdb5c911eecbc976ed71d427f052a1b81 (diff) | |
download | meson-140097faf0eddcc7819a3353eb7c21b82a7df1e0.zip meson-140097faf0eddcc7819a3353eb7c21b82a7df1e0.tar.gz meson-140097faf0eddcc7819a3353eb7c21b82a7df1e0.tar.bz2 |
port from embedded data to importlib.resources
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -48,10 +48,11 @@ typing = [options.package_data] mesonbuild.scripts = cmd_or_ps.ps1 +mesonbuild.cmake.data = * +mesonbuild.dependencies.data = * [options.packages.find] include = mesonbuild, mesonbuild.* -exclude = *.data [tool:pytest] python_classes = |