File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33kwargs = {
44 'name' : 'openmc-plotter' ,
5- 'version' : '0.1.1 ' ,
5+ 'version' : '0.2.0 ' ,
66 'packages' : ['openmc_plotter' ],
77 'package_data' : {'openmc_plotter' : ['assets/*.png' ]},
88 'entry_points' : {
1313
1414 # Metadata
1515 'author' : 'OpenMC Development Team' ,
16- 'author_email' : 'openmc-users@googlegroups.com ' ,
16+ 'author_email' : 'openmc@anl.gov ' ,
1717 'description' : 'Plotting tool for OpenMC models and tally data' ,
1818 'url' : 'https://github.com/openmc-dev/plotter' ,
1919 'download_url' : 'https://github.com/openmc-dev/plotter' ,
3232 'Programming Language :: Python :: 3.6' ,
3333 'Programming Language :: Python :: 3.7' ,
3434 'Programming Language :: Python :: 3.8' ,
35+ 'Programming Language :: Python :: 3.9' ,
36+ 'Programming Language :: Python :: 3.10' ,
3537 ],
3638
3739 # Dependencies
You can’t perform that action at this time.
0 commit comments