review comments from @paulromano

This commit is contained in:
Jonathan Shimwell 2022-06-21 23:14:49 +00:00 committed by GitHub
parent 7bbc778fd7
commit 87dafd1e31
3 changed files with 5 additions and 3 deletions

View file

@ -32,7 +32,7 @@ kwargs = {
# Data files and libraries
'package_data': {
'openmc.lib': ['libopenmc.{}'.format(suffix)],
'openmc.data': ['mass16.txt', 'BREMX.DAT', '*.h5'],
'openmc.data': ['mass16.txt', 'BREMX.DAT', 'half_life.json', '*.h5'],
'openmc.data.effective_dose': ['*.txt']
},