summaryrefslogtreecommitdiff
path: root/python/pluginResources/META-INF/plugin.xml
blob: f65099cc83992f7fd310db968abd72aab82ef32e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<idea-plugin version="2" xmlns:xi="http://www.w3.org/2001/XInclude" url="http://confluence.jetbrains.com/display/PYH/">
  <!-- Components and extensions declared in this file work ONLY in Python plugin, not in standalone PyCharm.
       Anything related to Python/Java integration must go in this file. -->

  <id>PythonCore</id>
  <name>Python Community Edition</name>
  <idea-version since-build="133.471" until-build="133.*"/>
  <description>Smart editing for Python scripts</description>
  <version>3.1 Beta 3</version>
  <depends>com.intellij.modules.java</depends>


  <vendor url="http://www.jetbrains.com/pycharm/" logo="/com/jetbrains/python/python.png">JetBrains, Keith Lea</vendor>
  <xi:include href="/META-INF/python-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
  <xi:include href="/META-INF/python-plugin-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
</idea-plugin>