314 zip_safe=False, |
314 zip_safe=False, |
315 package_data={ |
315 package_data={ |
316 "": getPackageData( |
316 "": getPackageData( |
317 "eric6", |
317 "eric6", |
318 [".png", ".svg", ".svgz", ".xpm", ".ico", ".gif", ".icns", ".txt", |
318 [".png", ".svg", ".svgz", ".xpm", ".ico", ".gif", ".icns", ".txt", |
319 ".style", ".tmpl", ".html", ".qch", ".css", ".qss", ".e4h", |
319 ".tmpl", ".html", ".qch", ".css", ".qss", ".e4h", ".e6h", ".api", |
320 ".e6h", ".api", ".bas" ".dat"] |
320 ".bas" ".dat"] |
321 ) + ["i18n/eric6_de.qm", "i18n/eric6_en.qm", "i18n/eric6_es.qm", |
321 ) + ["i18n/eric6_de.qm", "i18n/eric6_en.qm", "i18n/eric6_es.qm", |
322 "i18n/eric6_ru.qm", |
322 "i18n/eric6_ru.qm", |
323 ] |
323 ] |
324 }, |
324 }, |
325 entry_points={ |
325 entry_points={ |