53 "header" : QApplication.translate("EricapiPlugin", |
53 "header" : QApplication.translate("EricapiPlugin", |
54 "Eric5 API File Generator"), |
54 "Eric5 API File Generator"), |
55 "exe" : exe, |
55 "exe" : exe, |
56 "versionCommand" : '--version', |
56 "versionCommand" : '--version', |
57 "versionStartsWith" : 'eric5-', |
57 "versionStartsWith" : 'eric5-', |
58 "versionPosition" : -2, |
58 "versionPosition" : -3, |
59 "version" : "", |
59 "version" : "", |
60 "versionCleanup" : None, |
60 "versionCleanup" : None, |
61 } |
61 } |
62 |
62 |
63 return data |
63 return data |