Python: fix wizard project file path

Fixes: QTCREATORBUG-33083
Change-Id: I8f471ce88b9b30adbb3270045572b3567ad21ee2
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
This commit is contained in:
David Schulz
2025-06-16 14:49:10 +02:00
committed by Eike Ziller
parent e0e64565ad
commit ee57084299

View File

@@ -13,7 +13,7 @@
"options":
[
{ "key": "MainPyFileName", "value": "%{ProjectDirectory}/%{SrcFileName}" },
{ "key": "PyProjectTomlFile", "value": "%{ProjectDirectory}/pyproject.toml" },
{ "key": "PyProjectTomlFile", "value": "pyproject.toml" },
{ "key": "ProjectFilePath", "value": "%{ProjectDirectory}/%{PyProjectTomlFile}" }
],