[python] PY-79486: (WIP) split pyproject.toml tools into backend/common.

Each tool (uv, poetry) now has `common` and `backend` part. `common` has icons because we need them both on the front and on the back.

We might need to create `front` module also if we wouldn't be able to use icons in compose.

GitOrigin-RevId: b5662fbdf3d23f1ddaa5926469d1cfd2051a0fba
This commit is contained in:
Ilya.Kazakevich
2025-10-16 17:21:59 +00:00
committed by intellij-monorepo-bot
parent 29badacb2b
commit c183e6e634
98 changed files with 395 additions and 166 deletions
@@ -35,6 +35,7 @@ jvm_library(
"//platform/kernel/rpc.backend",
"//platform/remote-topics/shared:rpc-topics",
"//python/python-sdk-configurator/common",
"//python/common",
]
)
### auto-generated section `build intellij.python.sdkConfigurator.backend` end
@@ -47,5 +47,6 @@
<orderEntry type="module" module-name="intellij.platform.rpc.backend" />
<orderEntry type="module" module-name="intellij.platform.rpc.topics" />
<orderEntry type="module" module-name="intellij.python.sdkConfigurator.common" />
<orderEntry type="module" module-name="intellij.python.common" />
</component>
</module>
@@ -6,6 +6,7 @@
<module name="intellij.python.sdkConfigurator.common"/>
<module name="intellij.platform.backend"/>
<module name="intellij.platform.rpc.backend"/>
<module name="intellij.python.common"/>
</dependencies>
<resource-bundle>messages.PySdkConfiguratorBundle</resource-bundle>
<projectListeners>