diff --git a/python/build/plugin-list.txt b/python/build/plugin-list.txt
index db626d21bdc2..2764a6dceb34 100644
--- a/python/build/plugin-list.txt
+++ b/python/build/plugin-list.txt
@@ -5,6 +5,7 @@ intellij.markdown
intellij.platform.langInjection
intellij.platform.remoteServers.git
intellij.properties
+intellij.python.copyright
intellij.python.ipnb
intellij.python.langInjection
intellij.python.reStructuredText
diff --git a/python/intellij.python.community.impl.iml b/python/intellij.python.community.impl.iml
index b323cc4f304a..092e5869dafc 100644
--- a/python/intellij.python.community.impl.iml
+++ b/python/intellij.python.community.impl.iml
@@ -41,6 +41,5 @@
-
\ No newline at end of file
diff --git a/python/python-copyright/intellij.python.copyright.iml b/python/python-copyright/intellij.python.copyright.iml
new file mode 100644
index 000000000000..a4ebe26966c5
--- /dev/null
+++ b/python/python-copyright/intellij.python.copyright.iml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/python/python-copyright/resources/META-INF/plugin.xml b/python/python-copyright/resources/META-INF/plugin.xml
new file mode 100644
index 000000000000..2c93df2a7681
--- /dev/null
+++ b/python/python-copyright/resources/META-INF/plugin.xml
@@ -0,0 +1,12 @@
+
+ Python Copyright
+ org.jetbrains.plugins.python-copyright
+ VERSION
+ JetBrains
+
+ com.intellij.modules.python
+ com.intellij.copyright
+
+
+
+
diff --git a/python/src/META-INF/python-copyright.xml b/python/python-copyright/resources/META-INF/python-copyright-plugin.xml
similarity index 77%
rename from python/src/META-INF/python-copyright.xml
rename to python/python-copyright/resources/META-INF/python-copyright-plugin.xml
index 6ae381206c18..df4dfb7f4bed 100644
--- a/python/src/META-INF/python-copyright.xml
+++ b/python/python-copyright/resources/META-INF/python-copyright-plugin.xml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/python/src/com/jetbrains/python/PyCopyright.kt b/python/python-copyright/src/com.jetbrains.python.copyright/PyCopyright.kt
similarity index 98%
rename from python/src/com/jetbrains/python/PyCopyright.kt
rename to python/python-copyright/src/com.jetbrains.python.copyright/PyCopyright.kt
index 39ffba39b77e..d4847e4e0a15 100644
--- a/python/src/com/jetbrains/python/PyCopyright.kt
+++ b/python/python-copyright/src/com.jetbrains.python.copyright/PyCopyright.kt
@@ -1,5 +1,5 @@
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
-package com.jetbrains.python
+package com.jetbrains.python.copyright
import com.intellij.openapi.fileTypes.FileType
import com.intellij.openapi.module.Module
diff --git a/python/src/META-INF/python-core-common.xml b/python/src/META-INF/python-core-common.xml
index 2ce6fb3c5be3..6f5da3b36df5 100644
--- a/python/src/META-INF/python-core-common.xml
+++ b/python/src/META-INF/python-core-common.xml
@@ -9,8 +9,6 @@
-
-