diff --git a/python/ide/impl/resources/intellij.pycharm.community.ide.impl.xml b/python/ide/impl/resources/intellij.pycharm.community.ide.impl.xml index bf5b7c87c140..6a85b50ba408 100644 --- a/python/ide/impl/resources/intellij.pycharm.community.ide.impl.xml +++ b/python/ide/impl/resources/intellij.pycharm.community.ide.impl.xml @@ -17,6 +17,10 @@ + + + + + diff --git a/python/src/com/jetbrains/python/psi/search/PyProjectScopeBuilder.java b/python/ide/impl/src/com/intellij/pycharm/community/ide/impl/PyProjectScopeBuilder.java similarity index 95% rename from python/src/com/jetbrains/python/psi/search/PyProjectScopeBuilder.java rename to python/ide/impl/src/com/intellij/pycharm/community/ide/impl/PyProjectScopeBuilder.java index 7b7522d12008..a8ab926c893f 100644 --- a/python/src/com/jetbrains/python/psi/search/PyProjectScopeBuilder.java +++ b/python/ide/impl/src/com/intellij/pycharm/community/ide/impl/PyProjectScopeBuilder.java @@ -1,5 +1,5 @@ -// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -package com.jetbrains.python.psi.search; +// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. +package com.intellij.pycharm.community.ide.impl; import com.intellij.injected.editor.VirtualFileWindow; import com.intellij.openapi.project.Project; diff --git a/python/pluginCore/resources/META-INF/plugin.xml b/python/pluginCore/resources/META-INF/plugin.xml index 8cc80f009188..ec567bfa329b 100644 --- a/python/pluginCore/resources/META-INF/plugin.xml +++ b/python/pluginCore/resources/META-INF/plugin.xml @@ -85,9 +85,6 @@ The Python plug-in provides smart editing for Python scripts. The feature set of implementationClass="com.jetbrains.python.requirements.PoetryDependencyPackageNameCompletionContributor"/> -