added subfolders to txt search command in pyproject (#3174)

This commit is contained in:
Jonathan Shimwell 2024-10-19 00:12:18 +01:00 committed by GitHub
parent dcb25575ca
commit c19b9b1beb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]