File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111from .main_window import MainWindow , _openmcReload
1212
1313def main ():
14- path_icon = str (Path (__file__ ).parent . parent / 'assets/openmc_logo.png' )
15- path_splash = str (Path (__file__ ).parent . parent / 'assets/splash.png' )
14+ path_icon = str (Path (__file__ ).parent / 'assets/openmc_logo.png' )
15+ path_splash = str (Path (__file__ ).parent / 'assets/splash.png' )
1616
1717 app = QApplication (sys .argv )
1818 app .setOrganizationName ("OpenMC" )
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 44 'name' : 'openmc-plotter' ,
55 'version' : '0.1.0' ,
66 'packages' : ['openmc_plotter' ],
7+ 'package_data' : {'openmc_plotter' : ['assets/*.png' ]},
78 'entry_points' : {
89 'console_scripts' : [
910 'openmc-plotter=openmc_plotter.__main__:main'
You can’t perform that action at this time.
0 commit comments