mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
added subfolders to txt search command in pyproject (#3174)
This commit is contained in:
parent
dcb25575ca
commit
c19b9b1beb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue