From f49c46c91257955078126c1a678b3881bde9ef45 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 6 Oct 2022 08:21:40 +0200 Subject: build_scripts: Add wheel_files.py to the project file Complements c565eada8ff164cff07566e1499992327c2536ba. Task-number: PYSIDE-692 Change-Id: I3fcffca47ff76aa59b14e19818bdc20eb1e540e6 Reviewed-by: Christian Tismer --- build_scripts/build_scripts.pyproject | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_scripts/build_scripts.pyproject b/build_scripts/build_scripts.pyproject index 56f2e090a..f236b602f 100644 --- a/build_scripts/build_scripts.pyproject +++ b/build_scripts/build_scripts.pyproject @@ -1,7 +1,8 @@ { "files": ["main.py", "__init__.py", "build_info_collector.py", "config.py", "options.py", "qtinfo.py", - "setup_runner.py", "utils.py", "wheel_override.py", + "setup_runner.py", "utils.py", + "wheel_files.py", "wheel_override.py", "versions.py", "wheel_utils.py", "platforms/__init__.py", "platforms/linux.py", "platforms/macos.py", "platforms/unix.py", -- cgit v1.2.3