Skip to content

Commit

Permalink
Merge pull request #26 from oarepo/service_kwargs
Browse files Browse the repository at this point in the history
service kwargs
  • Loading branch information
Alzpeta authored Dec 10, 2024
2 parents e2fe905 + 0b2f24c commit f60b806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ def before_model_prepare(self, datatype, *, context, **kwargs):
ext = set_default(datatype, "ext-resource", {})

ext.setdefault("generate", True)
ext.setdefault("service-kwargs", {})
ext.setdefault("skip", False)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-model-builder-files
version = 4.0.19
version = 4.0.20
description =
authors = Ronald Krist <[email protected]>
readme = README.md
Expand Down

0 comments on commit f60b806

Please sign in to comment.