Skip to content

Commit

Permalink
Add .keras suffix to package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Aug 16, 2024
1 parent 1113057 commit 0c2775e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def __getitem__(self, key):
"*.trc",
"*.xlsx", # idaes/dmf/tests/data_files - tabular import test files
"*.nl",
"*.keras", # idaes/core/surrogate/tests/data/keras_models
]
},
include_package_data=True,
Expand Down

0 comments on commit 0c2775e

Please sign in to comment.