aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-03-16 10:43:11 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-03-16 22:41:16 +0100
commit5eaf5dd381796293e7fc693448ccb39a4257c2aa (patch)
tree74b7251a866aacd6995f5e1626d3324b49a9b681 /sources
parent2cb0a17422eef9ea128117532d7880f5f62e4ea4 (diff)
Fix deploy.pyproject
Adapt to 0b1361f4d70ef00e3a10a390f6b87b756f012838. Task-number: PYSIDE-1612 Change-Id: I5ccb8dec374bb4dd390d154dc3372aa84e8ef146 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources')
-rw-r--r--sources/pyside-tools/deploy.pyproject6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/pyside-tools/deploy.pyproject b/sources/pyside-tools/deploy.pyproject
index bb944aa6a..121369f34 100644
--- a/sources/pyside-tools/deploy.pyproject
+++ b/sources/pyside-tools/deploy.pyproject
@@ -1,5 +1,5 @@
{
- "files": ["deploy.py", "deploy/__init__.py", "deploy/commands.py", "deploy/config.py",
- "deploy/default.spec", "deploy/nuitka_helper.py", "deploy/pyside_icon.jpg",
- "deploy/python_helper.py"]
+ "files": ["deploy.py", "deploy_lib/__init__.py", "deploy_lib/commands.py", "deploy_lib/config.py",
+ "deploy_lib/default.spec", "deploy_lib/nuitka_helper.py", "deploy_lib/pyside_icon.jpg",
+ "deploy_lib/python_helper.py"]
}