diff options
Diffstat (limited to 'create_wheels.py')
| -rw-r--r-- | create_wheels.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/create_wheels.py b/create_wheels.py index b3ad5f35e..0a34405c9 100644 --- a/create_wheels.py +++ b/create_wheels.py @@ -209,7 +209,8 @@ def wheel_pyside6_essentials() -> Tuple[SetupData, List[ModuleData]]: "pyside6-qml = PySide6.scripts.pyside_tool:qml", "pyside6-qmlformat = PySide6.scripts.pyside_tool:qmlformat", "pyside6-qmlls = PySide6.scripts.pyside_tool:qmlls", - "pyside6-deploy = PySide6.scripts.pyside_tool:deploy", + "pyside6-qtpy2cpp = PySide6.scripts.pyside_tool:qtpy2cpp", + "pyside6-deploy = PySide6.scripts.pyside_tool:deploy" ], ) |
