29 internalPackages = "rope" |
29 internalPackages = "rope" |
30 shortDescription = "Refactoring using the Rope library." |
30 shortDescription = "Refactoring using the Rope library." |
31 longDescription = """This plug-in implements refactoring functionality""" \ |
31 longDescription = """This plug-in implements refactoring functionality""" \ |
32 """ using the Rope refactoring library. Additionally it implements an""" \ |
32 """ using the Rope refactoring library. Additionally it implements an""" \ |
33 """ alternative auto-completion and call-tips provider. It is a""" \ |
33 """ alternative auto-completion and call-tips provider. It is a""" \ |
34 """ provider for code documentation as well.""" |
34 """ provider for code documentation as well.""" |
35 pyqtApi = 2 |
35 pyqtApi = 2 |
36 doNotCompile = True |
36 doNotCompile = True |
37 python2Compatible = True |
37 python2Compatible = True |
38 # End-Of-Header |
38 # End-Of-Header |
39 |
39 |