diff --git a/pyproject.toml b/pyproject.toml index d356b5e..28f70ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "techlib-nr-theses-metadata" -version = "1.0.0a12" +version = "1.0.0a13" description = "Czech National Repository theses data model." license = "MIT" keywords = ["Czech", "Nation", "Repository", "Invenio", "theses"] @@ -33,8 +33,5 @@ oarepo-fsm = "^1.5.0" [tool.poetry.plugins.'invenio_jsonschemas.schemas'] 'nr_theses_metadata' = 'nr_theses_metadata.jsonschemas' -[tool.poetry.plugins.'invenio_search.mappings'] -'nr_theses_metadata' = 'nr_theses_metadata.mappings' - [tool.poetry.plugins.'oarepo_mapping_includes'] 'nr_theses_metadata' = 'nr_theses_metadata.mapping_includes'