diff --git a/serverless.yml b/serverless.yml index 4c6d96dc..75a807fa 100644 --- a/serverless.yml +++ b/serverless.yml @@ -36,6 +36,7 @@ package: # Exclude all of model_data but then re-include the files we need - '!model_data/**' - 'model_data/BaseUtility.py' + - 'model_data/config.py' - 'model_data/__init__.py' - '!infrastructure/**' - '!data_collection/**'