-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trappl/be 491 model builder oai section component (#274)
* add new builtin component * add that component to setup * bump version * add oai section component test to doi
- Loading branch information
1 parent
2f310f6
commit dda850d
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"service-config": { | ||
"extend:components": [ | ||
"{{oarepo_oaipmh_harvester.components.OaiSectionComponent}}" | ||
] | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = oarepo-model-builder | ||
version = 4.0.92 | ||
version = 4.0.93 | ||
description = A utility library that generates OARepo required data model files from a JSON specification file | ||
authors = Miroslav Bauer <[email protected]>, Miroslav Simek <[email protected]> | ||
readme = README.md | ||
|
@@ -94,6 +94,7 @@ oarepo_model_builder.datatypes.components = | |
oarepo.models = | ||
invenio = oarepo_model_builder.builtin_models:invenio.json | ||
doi = oarepo_model_builder.builtin_models:doi.json | ||
oaipmh = oarepo_model_builder.builtin_models:oaipmh.json | ||
|
||
# outputs are generic, profile independent | ||
oarepo_model_builder.outputs = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters