Files
openide/python/python-pyproject/resources/intellij.python.pyproject.xml
Vladimir.Koshelev c5b44ca085 [python] PY-84398 get rid of package prefix in python modules.
It doesn't work. Sad, but true.

GitOrigin-RevId: c6cf4f2971ce813a2ce18afb2dcee22c2c5dad75
2025-09-26 15:15:29 +00:00

8 lines
230 B
XML

<idea-plugin>
<dependencies>
<module name="intellij.python.community"/>
<module name="intellij.python.psi.impl"/>
<module name="intellij.python.sdk"/>
<plugin id="org.toml.lang"/>
</dependencies>
</idea-plugin>