Skip to content

Commit

Permalink
Fix pyproject structure
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Aug 30, 2024
1 parent da03db3 commit 004c782
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions examples/IntermediatePy/src/IntermediatePy.pyproject
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,16 @@
"IntermediatePy/Gui/Pages/Report/Sidebar/Basic/Groups/Export.qml",
"IntermediatePy/Gui/Pages/Report/Sidebar/Extra/Layout.qml",
"IntermediatePy/Gui/Pages/Report/Sidebar/Extra/Groups/Empty.qml",
"IntermediatePy/Logic/qmldir",
"IntermediatePy/Logic/MockBackendProxy.qml",
"IntermediatePy/Logic/MockQml/Project.qml",
"IntermediatePy/Logic/MockQml/Report.qml",
"IntermediatePy/Logic/MockQml/Status.qml",
"IntermediatePy/Logic/MockQml/qmldir",
"IntermediatePy/Logic/real_backend_proxy.py",
"IntermediatePy/Logic/RealPy/connections.py",
"IntermediatePy/Logic/RealPy/helpers.py",
"IntermediatePy/Logic/RealPy/project.py",
"IntermediatePy/Logic/RealPy/report.py",
"IntermediatePy/Logic/RealPy/status.py"
"IntermediatePy/Backends/qmldir",
"IntermediatePy/Backends/MockBackend.qml",
"IntermediatePy/Backends/MockQml/Project.qml",
"IntermediatePy/Backends/MockQml/Report.qml",
"IntermediatePy/Backends/MockQml/Status.qml",
"IntermediatePy/Backends/MockQml/qmldir",
"IntermediatePy/Backends/real_backend.py",
"IntermediatePy/Backends/RealPy/helpers.py",
"IntermediatePy/Backends/RealPy/project.py",
"IntermediatePy/Backends/RealPy/report.py",
"IntermediatePy/Backends/RealPy/status.py"
]
}

0 comments on commit 004c782

Please sign in to comment.