19 # Start-Of-Header |
19 # Start-Of-Header |
20 name = "Refactoring Rope Plugin" |
20 name = "Refactoring Rope Plugin" |
21 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
21 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
22 autoactivate = True |
22 autoactivate = True |
23 deactivateable = True |
23 deactivateable = True |
24 version = "10.6.0" |
24 version = "10.7.0" |
25 className = "RefactoringRopePlugin" |
25 className = "RefactoringRopePlugin" |
26 packageName = "RefactoringRope" |
26 packageName = "RefactoringRope" |
27 shortDescription = "Refactoring and Code Assist using the Rope library." |
27 shortDescription = "Refactoring and Code Assist using the Rope library." |
28 longDescription = ( |
28 longDescription = ( |
29 """This plug-in implements refactoring functionality using the Rope""" |
29 """This plug-in implements refactoring functionality using the Rope""" |