Skip to content

Commit

Permalink
added subfolders to txt search command in pyproject (#3174)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Oct 18, 2024
1 parent dcb2557 commit c19b9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ include = ['openmc*', 'scripts*']
exclude = ['tests*']

[tool.setuptools.package-data]
"openmc.data.effective_dose" = ["*.txt"]
"openmc.data.effective_dose" = ["**/*.txt"]
"openmc.data" = ["*.txt", "*.DAT", "*.json", "*.h5"]
"openmc.lib" = ["libopenmc.dylib", "libopenmc.so"]

Expand Down

0 comments on commit c19b9b1

Please sign in to comment.