Skip to content

Commit

Permalink
setup app
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirek Simek committed Oct 4, 2020
1 parent ae0b595 commit 0c5f8fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@
entry_points={
'invenio_base.api_blueprints': [
'oarepo_ui = oarepo_ui.views:blueprint'
]
],
'invenio_base.api_apps': [
'oarepo_ui = oarepo_ui.ext:OARepoUIExt',
],
'invenio_base.apps': [
'oarepo_ui = oarepo_ui.ext:OARepoUIExt',
],
},
include_package_data=True,
setup_requires=setup_requires,
Expand Down

0 comments on commit 0c5f8fc

Please sign in to comment.