We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e542b2f commit f3e1066Copy full SHA for f3e1066
1 file changed
pyproject.toml
@@ -69,7 +69,7 @@ include = ['openmc*']
69
exclude = ['tests*']
70
71
[tool.setuptools.package-data]
72
-"openmc.data.dose" = ["**/*.txt"]
+"openmc.data.dose" = ["**/*.txt", "*.h5"]
73
"openmc.data" = ["*.txt", "*.DAT", "*.json", "*.h5"]
74
"openmc.lib" = ["libopenmc.dylib", "libopenmc.so"]
75
0 commit comments