Skip to content

Commit f3e1066

Browse files
authored
Include mass_attenuation.h5 in package data (#3936)
1 parent e542b2f commit f3e1066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ include = ['openmc*']
6969
exclude = ['tests*']
7070

7171
[tool.setuptools.package-data]
72-
"openmc.data.dose" = ["**/*.txt"]
72+
"openmc.data.dose" = ["**/*.txt", "*.h5"]
7373
"openmc.data" = ["*.txt", "*.DAT", "*.json", "*.h5"]
7474
"openmc.lib" = ["libopenmc.dylib", "libopenmc.so"]
7575

0 commit comments

Comments
 (0)